aimclub / FEDOT

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

Unserializable operation #1173

Closed kasyanovse closed 8 months ago

kasyanovse commented 9 months ago

Sometimes FEDOT falls with joblib un-serialize error in try to return graph (after mutation) from joblib pool. The most possible reason is unserializable operation in node. There is need to create test for checking serializing for nodes for all operations.