aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
627 stars 86 forks source link

Error after repetative fit call in API #280

Closed nicl-nno closed 2 years ago

nicl-nno commented 3 years ago

There is a bug in 0.3.0 occures in pandas data used twice for .fit in FEDOT.api.

The error is

image

See "test_repetative_pandas_input_for_api" in https://github.com/nccr-itmo/FEDOT/tree/bug/repeat-fit to reproduce the error

nicl-nno commented 3 years ago

The bug also reproducing for direct calls of chain.fit (occcured in #338).

nicl-nno commented 2 years ago

Resolved.