Skip to main content

7 docs tagged with "scikit-learn"

View all tags

Beginner ML Projects

Hands-on machine learning projects for beginners, including house price prediction, iris classification, and customer segmentation.

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.