Alex-Lekov / AutoML_Alex

State-of-the art Automated Machine Learning python library for Tabular Data
MIT License
225 stars 42 forks source link

ValueError: `X` and `y` both have indexes, but they do not match. #37

Closed simonprovost closed 1 year ago

simonprovost commented 2 years ago

Hi Alex,

Amazing AutoML contribution. Was interested in trying your system but got an error. Even on your colab examples.

Error: ValueError: X and y both have indexes, but they do not match.

Step to reproduce: Simply run the following colab --> https://colab.research.google.com/github/Alex-Lekov/AutoML_Alex/blob/master/examples/01_Quick_Start.ipynb#scrollTo=YSBt7jh3fB34

Screenshot of the error: Screenshot 2022-06-26 at 02 56 22

Alex-Lekov commented 1 year ago

fix in new version 2023.3.10