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

HIPS/Spearmint

0
View on GitHub↗
1,569 stars·328 forks·Python·9 views

Spearmint

Spearmint Bayesian optimization codebase

Features

  • Automated Machine Learning - Software package for performing Bayesian optimization.
  • General Machine Learning - Package for Bayesian optimization.
  • Optimization - Bayesian optimization for hyperparameter tuning.

Star history

Star history chart for hips/spearmintStar history chart for hips/spearmint

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 Spearmint

Similar open-source projects, ranked by how many features they share with Spearmint.
  • 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
  • awslabs/autogluonawslabs avatar

    awslabs/autogluon

    10,481View on GitHub↗

    AutoGluon is an automated machine learning framework designed to optimize model selection and hyperparameter tuning across tabular, text, image, and time series data. It functions as an ensemble learning library and a tabular data prediction engine, aiming to build high-accuracy predictive models without manual algorithm selection. The framework integrates multimodal machine learning pipelines that combine disparate data types into a single representation using specialized encoders. It also includes a probabilistic time series forecaster that fits multiple statistical and deep learning models

    Python
    View on GitHub↗10,481
  • automl/smac3automl avatar

    automl/SMAC3

    1,225View on GitHub↗

    SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

    Python
    View on GitHub↗1,225
  • claesenm/optunityclaesenm avatar

    claesenm/optunity

    425View on GitHub↗

    optimization routines for hyperparameter tuning

    Jupyter Notebook
    View on GitHub↗425
See all 30 alternatives to Spearmint→

Frequently asked questions

What does hips/spearmint do?

Spearmint Bayesian optimization codebase

What are the main features of hips/spearmint?

The main features of hips/spearmint are: Automated Machine Learning, General Machine Learning, Optimization.

What are some open-source alternatives to hips/spearmint?

Open-source alternatives to hips/spearmint include: optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine… deap/deap. awslabs/autogluon — AutoGluon is an automated machine learning framework designed to optimize model selection and hyperparameter tuning… automl/smac3 — SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization. claesenm/optunity — optimization routines for hyperparameter tuning. determined-ai/determined — Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,…