FEDOT icon indicating copy to clipboard operation
FEDOT copied to clipboard

Incorrect data indexing in wrapper of InputData

Open aPovidlo opened this issue 2 years ago • 0 comments

In case data without index column, function from_csv set the first column as index and this cause troubles in model fitting. One of the possible solution is to set the default parameter to None or checking if there are columns with name Index or same one name.

https://github.com/nccr-itmo/FEDOT/blob/3db5464d06a5813d16f2219989d8dce8c3d82aaa/fedot/core/data/data.py#L46

aPovidlo avatar Sep 12 '22 17:09 aPovidlo