awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
scikit-optimize avatar

scikit-optimize/scikit-optimizeArchived

0
View on GitHub↗
2,827 星标·559 分支·Python·BSD-3-Clause·3 次浏览scikit-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.

Star 历史

scikit-optimize/scikit-optimize 的 Star 历史图表scikit-optimize/scikit-optimize 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Scikit Optimize 的开源替代方案

相似的开源项目,按与 Scikit Optimize 的功能重合度排序。
  • hyperopt/hyperopthyperopt 的头像

    hyperopt/hyperopt

    7,582在 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
    在 GitHub 上查看↗7,582
  • hyperopt/hyperopt-sklearnhyperopt 的头像

    hyperopt/hyperopt-sklearn

    1,647在 GitHub 上查看↗

    Hyper-parameter optimization for sklearn

    Python
    在 GitHub 上查看↗1,647
  • fmfn/bayesianoptimizationfmfn 的头像

    fmfn/BayesianOptimization

    8,650在 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
    在 GitHub 上查看↗8,650
  • optuna/optunaoptuna 的头像

    optuna/optuna

    14,388在 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
    在 GitHub 上查看↗14,388
查看 Scikit Optimize 的所有 30 个替代方案→

常见问题解答

scikit-optimize/scikit-optimize 是做什么的?

Sequential model-based optimization with a scipy.optimize interface

scikit-optimize/scikit-optimize 的主要功能有哪些?

scikit-optimize/scikit-optimize 的主要功能包括:Automated Machine Learning, Hyperparameter Tuning, Optimization。

scikit-optimize/scikit-optimize 有哪些开源替代品?

scikit-optimize/scikit-optimize 的开源替代品包括: 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,…