K-Nearest Neighbor Machine Learning algorithm
The German credit dataset can be downloaded from UC Irvine, Machine learning community to indicate the predicted outcome if the loan applicant defaulted or not. Applying the logistic regression with three variables duration, amount, and installment, K-means classification, and K-Nearest Neighbor machine learning algorithm. # Logistic regression # Load the file from the hard disk after setting the work directory germandata # Print dataset to see the pattern of the data g...