Skip to main content

9 docs tagged with "sklearn"

View All Tags

Grid Search with Metaflow

I want to do a grid search with Metaflow. How can I use ParameterGrid and GridSearchCV with Metaflow?

Random Forest Flow

What is a Metaflow flow? How can you it help me operationalize a Random Forest model?

Use Scikit-learn Estimators with Metaflow

I have a Scikit-learn workflow that I want to incorporate into a Metaflow flow. How can I include model fitting, prediction, feature transformations, and other capabilities enabled by Scikit-learn in flow steps?