FEDOT
FEDOT copied to clipboard
Incorrect data indexing in wrapper of InputData
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