|
9744 | 9744 | "**Analysis:**\n", |
9745 | 9745 | "- <code>Decision Tree</code> had the lowest fit time of all the models but the second lowest accuracy overall.\n", |
9746 | 9746 | "- <code>Gradient Boosting</code> had the highest accuracy and recall scores but <code>XGBoost</code> is not far behind.\n", |
9747 | | - "- Due to the non-normalized data, distance based algorithms like <code>Logistic Regression</code> and <code>K-Nearest Neighbours</code> suffered heavily.\n", |
| 9747 | + "- Due to the non-normalized data, distance based algorithms like <code>K-Nearest Neighbours</code> and linear algorithms like <code>Logistic Regression</code> suffered heavily.\n", |
9748 | 9748 | " - <code>Logistic Regression</code> could not converge properly using newton-cg and as a result had the highest fit time of all the models, even though it probably is the simplest model of them all.\n", |
9749 | 9749 | " - <code>K-Nearest Neighbours</code> suffered in accuracy and recall scores, with both being by far the lowest of all the models tested." |
9750 | 9750 | ], |
|
9962 | 9962 | "- <code>K-Nearest Neighbours</code> had the highest fit time and elapsed time.\n", |
9963 | 9963 | "- <code>Gradient Boosting</code> had the highest accuracy and the highest recall (tied with <code>Random Forest</code>), but <code>Logistic Regression</code> in close second, had the highest cross-validated accuracy of all the models tested.\n", |
9964 | 9964 | "- <code>Random Forest</code> and <code>XGBoost</code> also had nearly identical scores in close third and fourth, although <code>XGBoost</code> had the better fit and elapsed times.\n", |
9965 | | - "- With normalized data, the previously poor performing distance based models have shone through.\n", |
| 9965 | + "- With normalized data, the previously poor performing distance based and linear models have shone through.\n", |
9966 | 9966 | " - <code>Logistic Regression</code>'s fit and elapsed times had been reduced significantly making it the model with the lowest times. It's scores have also massively improved making it a close second-place model.\n", |
9967 | 9967 | " - <code>K-Nearest Neighbours</code> also saw massive improvement in its scores, with the model no longer sitting in last place in terms of scores." |
9968 | 9968 | ], |
|
0 commit comments