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, and evaluating accuracy. Data visualization is used to explore the dataset and detect patterns. The final output demonstrates the model’s accuracy.
-
Updated
Jun 16, 2025 - Python