awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·5 Aufrufehyperopt.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-Verlauf

Star-Verlauf für hyperopt/hyperopt-sklearnStar-Verlauf für hyperopt/hyperopt-sklearn

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Hyperopt Sklearn

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Hyperopt Sklearn.
  • fmfn/bayesianoptimizationAvatar von fmfn

    fmfn/BayesianOptimization

    8,650Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,650
  • hyperopt/hyperoptAvatar von hyperopt

    hyperopt/hyperopt

    7,582Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,582
  • determined-ai/determinedAvatar von determined-ai

    determined-ai/determined

    3,224Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,224
  • optuna/optunaAvatar von optuna

    optuna/optuna

    14,388Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,388
Alle 30 Alternativen zu Hyperopt Sklearn anzeigen→

Häufig gestellte Fragen

Was macht hyperopt/hyperopt-sklearn?

Hyper-parameter optimization for sklearn

Was sind die Hauptfunktionen von hyperopt/hyperopt-sklearn?

Die Hauptfunktionen von hyperopt/hyperopt-sklearn sind: Automated Machine Learning, Hyperparameter Tuning, Optimization, Developer Tools.

Welche Open-Source-Alternativen gibt es zu hyperopt/hyperopt-sklearn?

Open-Source-Alternativen zu hyperopt/hyperopt-sklearn sind unter anderem: 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.