Skip to main content

6 docs tagged with "scikit-learn"

View all tags

Hyperparameter Tuning

Optimizing model performance using GridSearchCV, RandomizedSearchCV, and Halving techniques.

Making Predictions

How to use trained Scikit-Learn estimators to generate point predictions and probability estimates.

Working with Text Data

Transforming raw text into numerical features using Bag of Words, TF-IDF, and Scikit-Learn's feature extraction tools.