Tag: scikit-learn
All the articles with the tag "scikit-learn".
-
Hybrid Book Recommender System
A book recommendation system combining content-based filtering (TF-IDF), collaborative filtering (user similarity), and network-based recommendation (PageRank) into a hybrid architecture — with separate cold-start and warm-user routing.
-
DDoS Attack Classifier – ML-Based Network Traffic Analysis
A machine learning project for classifying DDoS attack traffic, comparing Logistic Regression, Autoencoders, and DBSCAN on the Kaggle DDoS dataset — with production-ready sklearn-compatible preprocessing pipelines.