YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

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
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support