You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #1183, but not released due to some problems.
Link to related integration test problems issue #1201.
The text was updated successfully, but these errors were encountered:
Some operations may have incompatible parameters. It may be incompatible with each other or with data (like in
LaggedImplementation
orRANSAC
). 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 #1183, but not released due to some problems.Link to related integration test problems issue #1201.
The text was updated successfully, but these errors were encountered: