Instructions to use Larxmind/student-dropout-predictor-rf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use Larxmind/student-dropout-predictor-rf with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("Larxmind/student-dropout-predictor-rf", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Updated description
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
# Student Dropout Predictor (Early Warning System)
|
| 14 |
|
| 15 |
## Model Description
|
| 16 |
-
This model is a
|
| 17 |
|
| 18 |
- **Model Type:** Random Forest Classifier
|
| 19 |
- **Task:** Tabular Classification (Binary: Dropout vs. Retained)
|
|
|
|
| 13 |
# Student Dropout Predictor (Early Warning System)
|
| 14 |
|
| 15 |
## Model Description
|
| 16 |
+
This model is a Gradient Boosting Classifier classifier designed to predict the likelihood of student dropout (academic churn) in a virtual learning environment. It serves as the core analytical engine for an Early Warning System (EWS) that triggers proactive generative AI interventions.
|
| 17 |
|
| 18 |
- **Model Type:** Random Forest Classifier
|
| 19 |
- **Task:** Tabular Classification (Binary: Dropout vs. Retained)
|