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