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

Incompatible parameters in tests #1203

Open kasyanovse opened 7 months ago

kasyanovse commented 7 months ago

Some operations may have incompatible parameters. It may be incompatible with each other or with data (like in LaggedImplementation or RANSAC). In tests, this may leads to errors in composer or tuner, but incompatible parameters is correct situation.

The simplest way to solve it is create ParameterError in operations and does not raise that error in composer or tuner. It was tested in https://github.com/aimclub/FEDOT/pull/1183, but not released due to some problems.

Link to related integration test problems issue #1201.