You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising this. As a quick fix, removing the .values from the X, should solve the issue.
But lets leave the issue open such that we can implement a check/fix in the package.
Thank you so much. I didn't expect the differnce between X and y.
When removing .values for both, erorr happens: ValueError: could not determine the shape of object type 'DataFrame'
When adding .values for both, the IndexError: list index out of range appears.
Yes it's definitely a mistake from our side. We'll fix it in the next release. This shouldn't happen and you are absolutely correct that there should not be a difference.
Describe the bug
list index out of range when dealing with pandas dataframe.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error, regressor fitted.
Screenshots
Here the full output comes:
Desktop (please complete the following information):
Here is my conda.yaml to create the env:
Additional context
the df.csv has been attached.
df.csv
The text was updated successfully, but these errors were encountered: