The Wayback Machine - https://web.archive.org/web/20210729193009/https://github.com/topics/auto-sklearn
Skip to content
#

auto-sklearn

Here are 11 public repositories matching this topic...

autosklearn-zeroconf is a fully automated binary classifier. It is based on the AutoML challenge winner auto-sklearn. Give it a dataset with known outcomes (labels) and it returns a list of predicted outcomes for your new data. It even estimates the precision for you! The engine is tuning massively parallel ensemble of machine learning pipelines for best precision/recall.

  • Updated Oct 30, 2019
  • Python
zuliani99
zuliani99 commented Jul 28, 2021

Make attention to line 165 of utils.py:

if (
  collections.Counter(cls) == collections.Counter(dfs_class)
  and collections.Counter(reg) == collections.Counter(dfs_reg)
  and collections.Counter(pip) != collections.Counter(options_end)
)

This allow comparison only if there are the same classification and regression dataframe and if the end lifetime is different, note that now

Improve this page

Add a description, image, and links to the auto-sklearn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the auto-sklearn topic, visit your repo's landing page and select "manage topics."

Learn more