AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 274 forks source link

Pipeline cannot be fitted #124

Closed zuliani99 closed 3 years ago

zuliani99 commented 3 years ago

I’m trying to create a simple model that predict a classification problem. I’ve imported the dataset using fetch_openml.

The code it works fil until it tries to fit the pipeline, in fact il returns the error: “Pipeline cannot be fitted”.

IMG_0273 IMG_0274

PS: I’m using google colab for this task