[Bug]: IndexError: single positional indexer is out-of-bounds when training model #9489
Closed as not planned
Closed as not planned
Description
Short description of current behavior
When training a model with the data below:
I get the error:
IndexError: single positional indexer is out-of-bounds, raised at: /usr/local/lib/python3.10/site-packages/mindsdb/integrations/libs/ml_handler_process/learn_process.py#115
It is linked to the timestamp columns. If removed, the model trains properly.
Video or screenshots
No response
Expected behavior
No response
How to reproduce the error
No response
Anything else?
No response