Commit Graph

19 Commits

Author SHA1 Message Date
Drew Giffin 5c15f6204b The average accuracy is calculated after 1000 trainings 2025-10-22 08:57:57 -04:00
Drew Giffin b5f6069cea Added modeling section 2025-10-21 20:25:09 -04:00
Drew Giffin 01b815deeb Implemented feature engineering 2025-10-20 18:33:54 -04:00
Drew Giffin 5e375d1e6d Added data preproccessing section to readme 2025-10-20 17:43:41 -04:00
Drew Giffin cf82ddd11d Feature importance is now drawn 2025-10-20 17:01:50 -04:00
Drew Giffin 93c9da88d2 Outliers are now removed 2025-10-20 16:40:37 -04:00
Drew Giffin e16e27e9fd Added classification report and reordered targets 2025-10-20 16:30:04 -04:00
Drew Giffin b7580a4d1c Confusion matrix can now be drawn 2025-10-20 16:12:58 -04:00
Drew Giffin de7fd0d384 Refactored target prediction and cleaned up other methods 2025-10-20 15:54:10 -04:00
Drew Giffin 3625ceb1b2 Refactored X, y separation and checked for duplicate entries 2025-10-20 15:08:44 -04:00
Drew Giffin 602623029c Refactored evaluation 2025-10-20 14:08:44 -04:00
Drew Giffin 9be8983432 The model now gets trained and reports confusion matrix 2025-10-20 12:47:41 -04:00
Drew Giffin 3239fe916a Split data and encoded target 2025-10-19 17:37:58 -04:00
Drew Giffin 441c121751 Features are normalized 2025-10-19 17:27:15 -04:00
Drew Giffin 106637956c Cleaned data is now kept separate from raw 2025-10-19 17:18:02 -04:00
Drew Giffin c6425b6fbf Added exploratory data analysis to readme 2025-10-19 17:07:06 -04:00
Drew Giffin da1839c574 Graphs that can help with EDA are now plotted 2025-10-19 16:29:05 -04:00
Drew Giffin 37ce10f128 Missing data is reported and cleaned 2025-10-19 13:41:30 -04:00
Drew Giffin b894a39ba6 Added data and a way to load and print basic description 2025-10-19 12:21:04 -04:00