YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Loan Approval Classifier

This is a Decision Tree classifier trained on the bankloan dataset to predict personal loan approval.

How to use

from joblib import load
model = load('loan_decision_tree.joblib')
y_pred = model.predict(X)
Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support