sb-ai-lab / LightAutoML

Fast and customizable framework for automatic ML model creation (AutoML)
https://developers.sber.ru/portal/products/lightautoml
Apache License 2.0
1.08k stars 47 forks source link

automl.fit_predict() raises KeyError: 'index' when used with latest version of pandas==2.1.1 #140

Open refaat31 opened 8 months ago

refaat31 commented 8 months ago

Explanation

I am getting a KeyError when executing the automl.fit_predict() function while following this notebook - https://colab.research.google.com/github/AILab-MLTools/LightAutoML/blob/master/examples/tutorials/Tutorial_1_basics.ipynb

error trace

lightautoml

version used:

Python 3.10.12 lightautoml==0.3.8b1 pandas==2.1.1

References:

fingoldo commented 1 month ago

Очень отзывчивые разработчики...

alexmryzhkov commented 1 month ago

Hi @fingoldo,

Currently we are working on migration to pandas 2.x but yes, this process takes longer than all of us expected because of the dramatic changes in pandas lib.

Alex