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
Hello,
I use AutoSKlearn to find a pipeline with a multi-label classifier (ensemble size is 1). I have the pipeline configuration as the response. I would like to use this configuration to train pipelines with different training and testing sets. I used the fit_pipeline method passing the training and testing data, but regardless of the data I pass, the results are always the same. Is it correct to use fit_pipeline? If so, what could be the error?
The text was updated successfully, but these errors were encountered:
Hello,
I use AutoSKlearn to find a pipeline with a multi-label classifier (ensemble size is 1). I have the pipeline configuration as the response. I would like to use this configuration to train pipelines with different training and testing sets. I used the fit_pipeline method passing the training and testing data, but regardless of the data I pass, the results are always the same. Is it correct to use fit_pipeline? If so, what could be the error?
The text was updated successfully, but these errors were encountered: