Machine Learning-Based Credit Scoring System (MLCSS) is a machine learning algorithm designed to evaluate and score the creditworthiness of individuals.
This project is available for purchase. For inquiries regarding pricing and licensing, please contact us at quantascript@gmail.com.
-
Logistic Regression: Predicting probability of default
P ( y = 1 | X ) = σ ( X · β )
-
Random Forest: Aggregating decision trees for classification
y ^ = 1 N ∑ i=1 N f i ( X )
To use MLCSS, you'll need to install the following dependencies:
numpypandasscikit-learn
You can install them using pip:
pip install numpy pandas scikit-learn- Clone the repository:
git clone https://github.com/QuantaScriptor/Machine-Learning-Based-Credit-Scoring-System-MLCSS.git
- Navigate to the project directory:
cd Machine-Learning-Based-Credit-Scoring-System-MLCSS - Run the script:
python mlcss.py
This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.
