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 have a question regarding the use of KFold with TPOT. I applied a KFold(n_splits=5) to my TPOTRegressor, but I am unsure if it's possible to view the best pipeline from each fold of the cross-validation. I would like to compare the best pipeline for each CV fold, but I couldn't find a way to access that information.
If this feature isn't currently available, I believe it would be a valuable addition to the documentation, as it would allow users to analyze and compare the performance of different pipelines across folds.
The text was updated successfully, but these errors were encountered:
I have a question regarding the use of KFold with TPOT. I applied a KFold(n_splits=5) to my TPOTRegressor, but I am unsure if it's possible to view the best pipeline from each fold of the cross-validation. I would like to compare the best pipeline for each CV fold, but I couldn't find a way to access that information.
If this feature isn't currently available, I believe it would be a valuable addition to the documentation, as it would allow users to analyze and compare the performance of different pipelines across folds.
The text was updated successfully, but these errors were encountered: