Open NicolasMICAUX opened 2 years ago
On my personal CPU, with python3.10 and same libs config, it does not fail at this step.
@NicolasMICAUX we tried to reproduce the issue on Colab for multiple similar datasets but didn't encounter the same issue.
for the installation procedure on colab, we did only
!pip install autokeras
!pip install blobcity
can you try only installing these two dependencies?
if the issue still exists, if possible do share your Colab notebook over here.
I have really simple code
model = bc.train(df=df, target='score', features=['brand', 'category', 'source'])
Fails with following errorI use Google Colab, python3.7.13, latest version of all libs installed with :
My df consists of 3 categorical features (source, brand, category) used to predict float
score