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
I wonder if it is possible to use the optional attributes from the builder API in the normal object definition, e.g., let's say I want to use early_stopping_iterations with foot.api.main.Fedot, is there not a way to just call:
Dear,
I wonder if it is possible to use the optional attributes from the builder API in the normal object definition, e.g., let's say I want to use
early_stopping_iterations
withfoot.api.main.Fedot
, is there not a way to just call:fedot = Fedot(..., early_stopping_iterations=3,...)
?Thanks in advance.
Best regards,
Israel
The text was updated successfully, but these errors were encountered: