Credit Score Classification with PySpark Machine Learning
Credit Score Classification with PySpark Machine Learning
Sep 16, 2024
big-data pyspark machine-learning decision-tree-classifier random-forest-classifier multilayer-perceptron python

This project involves building a credit score classification model using PySpark's machine learning library. By leveraging distributed computing, we compare the performance of Multilayer Perceptron, Decision Tree Classifier, and Random Forest Classifier to predict creditworthiness based on selected customer and financial features.