Ross ROSS = Recommend OSS · open-source software intelligence for agents

scikit-optimize/scikit-optimize

Sequential model-based optimization with a `scipy.optimize` interface observed · 2026-08-28

github.com/scikit-optimize/scikit-optimize · homepage · Python · BSD-3-Clause (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3818
  • days_rel: n/a
  • days_push: 922
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2828 stars · 559 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Scikit-Optimize (skopt) is a Python library for sequential model-based optimization of expensive and noisy black-box functions, built on NumPy, SciPy, and scikit-learn. It offers a scipy.optimize-like interface with methods such as gp_minimize and an ask/tell Optimizer class, plus plotting tools for visualizing objectives.

Use cases

  • tune hyperparameters of a machine learning model
  • minimize an expensive noisy black-box function
  • run bayesian optimization with gaussian processes
  • find optimal parameters for a simulation
  • optimize a function where gradients are unavailable
  • run an ask/tell optimization loop across processes

When to choose

  • you need gradient-free optimization of costly or noisy objective functions
  • you want a scikit-learn/scipy-friendly API for hyperparameter search
  • you want built-in visualization of the optimized objective

When to avoid

  • you need gradient-based optimization (use scipy.optimize instead)
  • you need large-scale or highly parallel hyperparameter search at scale
  • you need a project under heavy active development

Facets

library · maturity maintenance

machine-learning math data-science machine-learning data-science python cross-platform bayesian-optimization hyperparameter-tuning black-box-optimization scikit-learn scipy sequential-model-based-optimization algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
scikit-optimize/scikit-optimizemain10

For agents

markdown · JSON · MCP: product_card(name="scikit-optimize/scikit-optimize")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem