YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Logistic Regression Model for Time Prediction
This is a Logistic Regression model trained to predict time based on various features.
Features Used:
- child
- hct
- inr
- alb
- tb
- ascites
- hepencep
- bclcstage
- sen
- active
- pvinvade
- hvivcinvade
- treat_embolize
- treat_surgery
- sex_male
- shock_Shock
- loctumor_left_lobe
- locbleed_left_lobe
- locbleed_right_lobe
How to Use:
- Load the model using
joblib:import joblib model = joblib.load('logistic_regression_model.pkl') - Make predictions:
predictions = model.predict(X_test)
Model Information:
- Algorithm: Logistic Regression
- Training Dataset: Your dataset description.
- Downloads last month
- 1
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support