Community Project Gallery

Get inspired by incredible machine learning projects built by our community using scikit-learn.

← Back to Tutorial

Medical Image Classifier

124 34

by @DrData

A pipeline combining OpenCV preprocessing and scikit-learn MLP to identify pneumonia in X-ray images.

ClassificationComputer VisionMLP

Stock Market Sentiment Predictor

89 12

by @FinTech_Guru

Uses TfidfVectorizer and SVM to categorize financial news headlines as positive, negative, or neutral.

NLPSVMFinance

Customer Churn Preventer

210 56

by @BizAnalytics

Complete end-to-end pipeline with SMOTE oversampling and Random Forest to predict when customers will cancel subscriptions.

Random ForestSMOTEImbalanced Data

Housing Price Ensemble

342 98

by @KaggleMaster

A VotingRegressor combining GradientBoosting, Ridge, and SVR achieving top 5% score on Kaggle.

RegressionEnsembleGradientBoost