mindware
mindware copied to clipboard
An efficient open-source AutoML system for automating machine learning lifecycle, including feature engineering, neural architecture search, and hyper-parameter tuning.
Google colab installation: %%time %%capture !pip install mindware !pip install openbox # After ran the code: # https://github.com/thomas-young-2013/mindware/blob/master/examples/ci_examples/example_stacking.py import os import shutil from sklearn.datasets import load_iris, load_boston from sklearn.metrics import...
**Describe the bug** Hi, sometimes I get the following error while fitting a dataset. ``` Traceback (most recent call last): File "evaluate_on_dataset.py", line 53, in test_volcano model.fit(train_data) File "/dccstor/abdelai1/anaconda2/envs/volcano/lib/python3.7/site-packages/mindware/estimators.py", line...