---
title: "auto-sklearn vs Hypernets"
type: "comparison"
canonical_url: "https://www.graphcanon.com/compare/automl-auto-sklearn-vs-datacanvasio-hypernets"
tools: ["automl-auto-sklearn", "datacanvasio-hypernets"]
---

# auto-sklearn vs Hypernets

*GraphCanon updated Aug 4, 2026*

## Verdict

Pick auto-sklearn if auto-sklearn is an automated machine learning toolkit designed to automate hyperparameter optimization and function seamlessly with scikit-learn workflows; pick Hypernets if hypernets is an AutoML framework supporting multiple ML frameworks for end-to-end AutoML solutions in specific domains.

[auto-sklearn](https://automl.github.io/auto-sklearn) reports 8.1k GitHub stars, 1.3k forks, and 209 open issues, last pushed Jun 29, 2026. [Hypernets](https://hypernets.readthedocs.io/) has 265 stars, 39 forks, and 0 open issues, last pushed Apr 20, 2026. Figures are from public GitHub metadata via [auto-sklearn's repository](https://github.com/automl/auto-sklearn) and [Hypernets's repository](https://github.com/DataCanvasIO/Hypernets).

| | [auto-sklearn](/tools/automl-auto-sklearn.md) | [Hypernets](/tools/datacanvasio-hypernets.md) |
| --- | --- | --- |
| Tagline | Automated Machine Learning with scikit-learn | A General Automated Machine Learning framework for building domain-specific AutoML toolkits. |
| Stars | 8,127 | 265 |
| Forks | 1,327 | 39 |
| Open issues | 209 | 0 |
| Language | Python | Python |
| Adopt for | auto-sklearn is an automated machine learning toolkit designed to automate hyperparameter optimization and function seamlessly with scikit-learn workflows. | Hypernets is an AutoML framework supporting multiple ML frameworks for end-to-end AutoML solutions in specific domains. |
| Persona | - | - |
| Runtime | - | - |
| License | BSD-3-Clause | Licensed under the Apache-2.0 license, allowing free use and distribution as long as copyright and licensing notices are preserved. |
| Categories | Model Training | Developer Tools, Model Training |

## Trust and health

_Sourced signals - not a safety guarantee. No winner column._

| | [auto-sklearn](/tools/automl-auto-sklearn.md) | [Hypernets](/tools/datacanvasio-hypernets.md) |
| --- | --- | --- |
| Maintenance | Steady (60%) | Slowing (36%) |
| Days since push | 35d | 106d |
| Open issues (now) | 209 | 0 |
| Full report | [trust report](/tools/automl-auto-sklearn/trust.md) | [trust report](/tools/datacanvasio-hypernets/trust.md) |

## Shared compatibility

- **Python**: [auto-sklearn](/tools/automl-auto-sklearn.md) - Python runtime; [Hypernets](/tools/datacanvasio-hypernets.md) - Python runtime

## Decision facts: auto-sklearn

- **Adopt for:** auto-sklearn is an automated machine learning toolkit designed to automate hyperparameter optimization and function seamlessly with scikit-learn workflows.

## Decision facts: Hypernets

- **Adopt for:** Hypernets is an AutoML framework supporting multiple ML frameworks for end-to-end AutoML solutions in specific domains.
- **License detail:** Licensed under the Apache-2.0 license, allowing free use and distribution as long as copyright and licensing notices are preserved.

## Choose when

### Choose auto-sklearn if…

- License: auto-sklearn is BSD-3-Clause, Hypernets is Apache-2.0.
- Tags unique to auto-sklearn: automated-machine-learning, bayesian-optimization, hyperparameter-search, hyperparameter-tuning.
- auto-sklearn ships Docker support for self-hosted deployment.
- When you need a drop-in replacement estimator for your existing scikit-learn pipeline that can handle the complexity of hyperparameter tuning automatically.

### Choose Hypernets if…

- License: Hypernets is Apache-2.0, auto-sklearn is BSD-3-Clause.
- Tags unique to Hypernets: keras, lightgbm, neural-architecture-search, pytorch.
- Also covers Developer Tools.
- If your project requires integration with TensorFlow, Keras, PyTorch, Scikit-Learn, LightGBM or XGBoost within a single AutoML pipeline

## When NOT to use auto-sklearn

- If extensive customization or control over individual machine learning components is required beyond what auto-sklearn's automation offers.
- In cases requiring non-scikit-learn model ensembles, as the toolkit primarily supports models that are part of the scikit-earn library.

## When NOT to use Hypernets

- If the project is limited to only traditional machine learning libraries without deep-learning needs, consider more specialized tools with narrower focus
- Avoid if your team has strict time constraints; Hypernets' setup for domain-specific AutoML might require initial investment in understanding its abstraction layer

## Common questions

### What is the difference between auto-sklearn and Hypernets?

auto-sklearn: Automated Machine Learning with scikit-learn. Hypernets: A General Automated Machine Learning framework for building domain-specific AutoML toolkits.. See the comparison table for live GitHub stats and shared categories.

### When should I choose auto-sklearn over Hypernets?

Choose auto-sklearn over Hypernets when License: auto-sklearn is BSD-3-Clause, Hypernets is Apache-2.0; Tags unique to auto-sklearn: automated-machine-learning, bayesian-optimization, hyperparameter-search, hyperparameter-tuning; auto-sklearn ships Docker support for self-hosted deployment; When you need a drop-in replacement estimator for your existing scikit-learn pipeline that can handle the complexity of hyperparameter tuning automatically.

### When should I choose Hypernets over auto-sklearn?

Choose Hypernets over auto-sklearn when License: Hypernets is Apache-2.0, auto-sklearn is BSD-3-Clause; Tags unique to Hypernets: keras, lightgbm, neural-architecture-search, pytorch; Also covers Developer Tools; If your project requires integration with TensorFlow, Keras, PyTorch, Scikit-Learn, LightGBM or XGBoost within a single AutoML pipeline.

### When should I avoid auto-sklearn?

If extensive customization or control over individual machine learning components is required beyond what auto-sklearn's automation offers. In cases requiring non-scikit-learn model ensembles, as the toolkit primarily supports models that are part of the scikit-earn library.

### When should I avoid Hypernets?

If the project is limited to only traditional machine learning libraries without deep-learning needs, consider more specialized tools with narrower focus Avoid if your team has strict time constraints; Hypernets' setup for domain-specific AutoML might require initial investment in understanding its abstraction layer

### Is auto-sklearn or Hypernets more popular on GitHub?

auto-sklearn has more GitHub stars (8,127 vs 265). Stars measure visibility, not whether either tool fits your constraints.

### Are auto-sklearn and Hypernets open source?

Yes - both are open-source projects on GitHub (auto-sklearn: BSD-3-Clause, Hypernets: Apache-2.0).

### Where can I find alternatives to auto-sklearn or Hypernets?

GraphCanon lists graph-backed alternatives at [auto-sklearn alternatives](/tools/automl-auto-sklearn/alternatives) and [Hypernets alternatives](/tools/datacanvasio-hypernets/alternatives) ([auto-sklearn markdown twin](/tools/automl-auto-sklearn/alternatives.md), [Hypernets markdown twin](/tools/datacanvasio-hypernets/alternatives.md)), ranked by typed relationship edges rather than popularity votes.

### Is there a machine-readable version of this comparison?

Yes. The markdown twin at [this comparison](/compare/automl-auto-sklearn-vs-datacanvasio-hypernets.md) mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.

### Which is better maintained, auto-sklearn or Hypernets?

auto-sklearn: Steady. Hypernets: Slowing. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.

### Where are the full trust reports for auto-sklearn and Hypernets?

GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: [auto-sklearn trust report](/tools/automl-auto-sklearn/trust); [Hypernets trust report](/tools/datacanvasio-hypernets/trust).

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/graph?tool=automl-auto-sklearn`](/api/graphcanon/graph?tool=automl-auto-sklearn)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
