awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rodrigo-arenas avatar

rodrigo-arenas/Sklearn-genetic-opt

0
View on GitHub↗
361 stars·92 forks·Python·MIT·9 viewssklearn-genetic-opt.readthedocs.io↗

Sklearn Genetic Opt

ML hyperparameters tuning and features selection, using evolutionary algorithms.

Features

  • General Machine Learning - AutoML package for hyperparameter tuning via evolution.
  • Optimization - Evolutionary hyperparameter tuning and feature selection.

Star history

Star history chart for rodrigo-arenas/sklearn-genetic-optStar history chart for rodrigo-arenas/sklearn-genetic-opt

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Sklearn Genetic Opt

These projects share indexed features with Sklearn Genetic Opt. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • guofei9987/scikit-optguofei9987 avatar

    guofei9987/scikit-opt

    6,583View on GitHub↗

    scikit-opt is a Python optimization library and numerical framework designed to solve complex global optimization problems. It provides a suite of metaheuristic algorithms and tools for finding global minima or maxima of objective functions. The library implements a variety of nature-inspired and swarm intelligence algorithms, including Genetic Algorithms, Particle Swarm Optimization, Differential Evolution, Simulated Annealing, and Ant Colony Optimization. It includes specialized solvers for discrete combinatorial challenges, such as the Traveling Salesman Problem. The framework supports th

    Python
    View on GitHub↗6,583
  • hips/spearmintHIPS avatar

    HIPS/Spearmint

    1,569View on GitHub↗

    Spearmint Bayesian optimization codebase

    Python
    View on GitHub↗1,569
  • deap/deapDEAP avatar

    DEAP/deap

    6,336View on GitHub↗
    Python
    View on GitHub↗6,336
  • optuna/optunaoptuna avatar

    optuna/optuna

    14,388View on GitHub↗

    Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine learning model configurations. It functions as a Bayesian optimization library that systematically tests parameter combinations to maximize or minimize objective functions, streamlining the model development process through iterative evaluation. The project distinguishes itself through a define-by-run dynamic construction model, which allows users to build complex, conditional search spaces using standard programming logic. Its architecture is highly modular, featuring a pluggabl

    Pythondistributedhyperparameter-optimizationmachine-learning
    View on GitHub↗14,388
Compare all 30 related projects→

Frequently asked questions

What does rodrigo-arenas/sklearn-genetic-opt do?

ML hyperparameters tuning and features selection, using evolutionary algorithms.

What are the main features of rodrigo-arenas/sklearn-genetic-opt?

The main features of rodrigo-arenas/sklearn-genetic-opt are: General Machine Learning, Optimization.

Which projects share features with rodrigo-arenas/sklearn-genetic-opt?

Projects with overlapping indexed features include: hips/spearmint — Spearmint Bayesian optimization codebase. rsteca/sklearn-deap — Use evolutionary algorithms instead of gridsearch in scikit-learn. deap/deap. guofei9987/scikit-opt — scikit-opt is a Python optimization library and numerical framework designed to solve complex global optimization… optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine… morvanzhou/tutorials — This repository is a comprehensive collection of instructional guides and practical examples for Python development,…