Logistic Regression (tried to implement) but keep getting too accurate model
Clash Royale CLAN TAG #URR8PPP Logistic Regression (tried to implement) but keep getting too accurate model So I've tried to follow the below tutorial and keep getting a 99% accurate algorithm, but I seriously doubt this. i'm trying to predict risk of injury which is highlighted by IntTot below. https://towardsdatascience.com/building-a-logistic-regression-in-python-step-by-step-becd4d56c9c8 Input: Note the column headings are not correct below, first column is index. TotClear BLD_HEIGHT INITIAL_CALL_HOUR TOTAL_NUM_PERSONNEL InjTot TotClearS TOTAL_NUM_PERSONNELS year ALARM_TO_FD 141677 8.316667 0 17 14 0.0 (7.333, 9.683] (7.0, 594.0] 2011 05 314976 21.483333 0 9 4 0.0 (21.0, 28.45] (-0.001, 4.0] 2013 03 215834 5.666667 0 23 4 0.0 NaN NaN 2012 03 318900 13.966667 0 23 20 0.0 (11.867, 14.167] (7.0, 594.0] 2013 01 468452 4.050000 0 5 4 0.0 (-58.834, 7.333] (-0.001...