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

Exported chain windows -> linux issue #289

Closed nicl-nno closed 2 years ago

nicl-nno commented 3 years ago

The current implementation for fitted models save in Windows is

"fitted_operation_path": "fitted_operations\operation_8.pkl"

However, it raises a file-not-found error in load stage for the Linux environment (/ sign is required).

The workaround is to replace it manually, but the appropriate fix is required.

nicl-nno commented 2 years ago

Resolved in https://github.com/nccr-itmo/FEDOT/pull/586