NOTE: If the Analysis.ipynb file does not open due to its length, then click here
The purpose of this project was to simply test multiple Machine Learning (ML) algorithms on the same dataset to view its performannce. Noe that, ML is typically used in the prediction systems. Considering the loan example, to compute the probability of a fault, the system will need to classify the available data in groups. This project is simple and gives a detailed step by step process for readers and programmers that are new to Machine Learning.
Performances of Supervised Classification Algorithms: Implementing a 10-fold Cross Validation on 8 models.