Different machine learning algorithms implemented with Python and demonstrated with the given input dataset file. The file is included. You can also find it here: https://archive.ics.uci.edu/ml/datasets/default+of+credit+card+clients
Methods included:
- Logistic Regression
- Lasso Regression
- Ridge Regression
- Elastic Net Regression
- Random Forest Classifier
- Decision Tree Classifier