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
hyperopt avatar

hyperopt/hyperopt-sklearn

0
View on GitHub↗
1,647 stars·274 forks·Python·16 viewshyperopt.github.io/hyperopt-sklearn↗

Hyperopt Sklearn

Hyper-parameter optimization for sklearn

Features

  • Automated Machine Learning - Hyperopt-based automated machine learning for scikit-learn.
  • Hyperparameter Tuning - Hyperopt integration with sklearn.
  • Optimization - Hyperparameter optimization specifically for scikit-learn.
  • Developer Tools - Hyperparameter optimization for scikit-learn.

Star history

Star history chart for hyperopt/hyperopt-sklearnStar history chart for hyperopt/hyperopt-sklearn

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Hyperopt Sklearn

Similar open-source projects, ranked by how many features they share with Hyperopt Sklearn.
  • fmfn/bayesianoptimizationfmfn avatar

    fmfn/BayesianOptimization

    8,650View on GitHub↗

    This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It operates as a global optimization framework that identifies optimal input parameters within defined bounds to maximize a target output. The library utilizes Gaussian process regression to predict function values and uncertainty, guiding the search for optimal parameters. It employs a surrogate-model optimization approach to approximate high-cost objective functions, reducing the total number of required evaluations. The system manages the trade-off between exploration and exploit

    Python
    View on GitHub↗8,650
  • hyperopt/hyperopthyperopt avatar

    hyperopt/hyperopt

    7,582View on GitHub↗

    Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions. It operates as a stochastic search space engine that finds optimal input parameters by searching through real-valued, discrete, and conditional spaces. The framework distinguishes itself through its support for complex search space configurations, allowing for conditional parameter hierarchies where specific hyperparameters are sampled only if their parent parameters meet certain criteria. It is built as an asynchronous optimization framework, decoupling the generation of searc

    Python
    View on GitHub↗7,582
  • determined-ai/determineddetermined-ai avatar

    determined-ai/determined

    3,224View on GitHub↗

    Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management. Works with PyTorch and TensorFlow.

    Go
    View on GitHub↗3,224
  • 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
See all 30 alternatives to Hyperopt Sklearn→

Frequently asked questions

What does hyperopt/hyperopt-sklearn do?

Hyper-parameter optimization for sklearn

What are the main features of hyperopt/hyperopt-sklearn?

The main features of hyperopt/hyperopt-sklearn are: Automated Machine Learning, Hyperparameter Tuning, Optimization, Developer Tools.

What are some open-source alternatives to hyperopt/hyperopt-sklearn?

Open-source alternatives to hyperopt/hyperopt-sklearn include: optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine… scikit-optimize/scikit-optimize — Sequential model-based optimization with a `scipy.optimize` interface. fmfn/bayesianoptimization — This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It… hyperopt/hyperopt — Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions.… determined-ai/determined — Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,… claesenm/optunity — optimization routines for hyperparameter tuning.