awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
scikit-optimize avatar

scikit-optimize/scikit-optimizeArchived

0
View on GitHub↗
2,827 stars·559 forks·Python·BSD-3-Clause·3 vuesscikit-optimize.github.io↗

Scikit Optimize

Sequential model-based optimization with a scipy.optimize interface

Features

  • Automated Machine Learning - Sequential model-based optimization for scikit-learn.
  • Hyperparameter Tuning - Library for minimizing black-box functions.
  • Optimization - Sequential model-based optimization with scipy interface.

Historique des stars

Graphique de l'historique des stars pour scikit-optimize/scikit-optimizeGraphique de l'historique des stars pour scikit-optimize/scikit-optimize

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Scikit Optimize

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Scikit Optimize.
  • hyperopt/hyperoptAvatar de hyperopt

    hyperopt/hyperopt

    7,582Voir sur 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
    Voir sur GitHub↗7,582
  • hyperopt/hyperopt-sklearnAvatar de hyperopt

    hyperopt/hyperopt-sklearn

    1,647Voir sur GitHub↗

    Hyper-parameter optimization for sklearn

    Python
    Voir sur GitHub↗1,647
  • fmfn/bayesianoptimizationAvatar de fmfn

    fmfn/BayesianOptimization

    8,650Voir sur 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
    Voir sur GitHub↗8,650
  • optuna/optunaAvatar de optuna

    optuna/optuna

    14,388Voir sur 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
    Voir sur GitHub↗14,388
Voir les 30 alternatives à Scikit Optimize→

Questions fréquentes

Que fait scikit-optimize/scikit-optimize ?

Sequential model-based optimization with a scipy.optimize interface

Quelles sont les fonctionnalités principales de scikit-optimize/scikit-optimize ?

Les fonctionnalités principales de scikit-optimize/scikit-optimize sont : Automated Machine Learning, Hyperparameter Tuning, Optimization.

Quelles sont les alternatives open-source à scikit-optimize/scikit-optimize ?

Les alternatives open-source à scikit-optimize/scikit-optimize incluent : hyperopt/hyperopt-sklearn — Hyper-parameter optimization for sklearn. optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine… 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.… claesenm/optunity — optimization routines for hyperparameter tuning. determined-ai/determined — Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,…