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
PR #230 introduce a convenient optimize() function that you can call directly on a pipeline. This feature is not fully complete as the EvaluationProtocol still needs to be fleshed out fully.
Once that is done, a rewrite of the optimization guide should probably be done to include these new features as this is the quickest way to go from pipeline definition to result.
Blocked on implementing some EvaluationProtocol's for sklearn/openml.
The text was updated successfully, but these errors were encountered:
PR #230 introduce a convenient
optimize()
function that you can call directly on a pipeline. This feature is not fully complete as theEvaluationProtocol
still needs to be fleshed out fully.Once that is done, a rewrite of the optimization guide should probably be done to include these new features as this is the quickest way to go from pipeline definition to result.
Blocked on implementing some
EvaluationProtocol
's for sklearn/openml.The text was updated successfully, but these errors were encountered: