awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dragonfly avatar

dragonfly/dragonfly

0
View on GitHub↗
893 stars·238 forks·Python·MIT·3 views

Dragonfly

An open source python library for scalable Bayesian optimisation.

Features

  • Automated Machine Learning - Library for scalable Bayesian optimization.
  • Hyperparameter Tuning - Scalable Bayesian optimisation.

Star history

Star history chart for dragonfly/dragonflyStar history chart for dragonfly/dragonfly

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 Dragonfly

Similar open-source projects, ranked by how many features they share with Dragonfly.
  • fmfn/bayesianoptimizationfmfn avatar

    fmfn/BayesianOptimization

    8,650View on 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
    View on GitHub↗8,650
  • hyperopt/hyperopthyperopt avatar

    hyperopt/hyperopt

    7,582View on 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
    View on GitHub↗7,582
  • determined-ai/determineddetermined-ai avatar

    determined-ai/determined

    3,224View on GitHub↗

    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
    View on GitHub↗3,224
  • hyperopt/hyperopt-sklearnhyperopt avatar

    hyperopt/hyperopt-sklearn

    1,647View on GitHub↗

    Hyper-parameter optimization for sklearn

    Python
    View on GitHub↗1,647
See all 30 alternatives to Dragonfly→

Frequently asked questions

What does dragonfly/dragonfly do?

An open source python library for scalable Bayesian optimisation.

What are the main features of dragonfly/dragonfly?

The main features of dragonfly/dragonfly are: Automated Machine Learning, Hyperparameter Tuning.

What are some open-source alternatives to dragonfly/dragonfly?

Open-source alternatives to dragonfly/dragonfly include: hyperopt/hyperopt-sklearn — Hyper-parameter optimization for sklearn. keras-team/keras-tuner — A Hyperparameter Tuning Library for Keras. fmfn/bayesianoptimization — This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It… determined-ai/determined — Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,… hyperopt/hyperopt — Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions.… kubeflow/katib — Automated Machine Learning on Kubernetes.