News

This project uses the Kaggle competition dataset from the "ML with Python Course Project" to predict campus recruitment outcomes. It includes preprocessing, EDA, feature engineering, and model ...
This project implements logistic regression from scratch to classify students into Hogwarts houses based on their academic data. It includes data preprocessing, training the model, making predictions, ...