---
library_name: sklearn
tags:
- sklearn
- skops
- tabular-classification
model_format: pickle
model_file: hw4_mar254_classifier.pkl
widget:
- structuredData:
Age:
- 30.0
- 39.0
- 34.0
Contract Length_Annual:
- true
- false
Contract Length_Monthly:
- false
Contract Length_Quarterly:
- false
- false
- true
CustomerID:
- .nan
- .nan
- 211059.0
Gender_Female:
- false
- false
Gender_Male:
- true
- false
- true
Last Interaction:
- 20.0
- 9.0
- 12.0
Payment Delay:
- .nan
- .nan
- .nan
Subscription Type_Basic:
- true
- true
- false
Subscription Type_Premium:
- false
- false
- false
Subscription Type_Standard: []
Support Calls:
- 0.0
- 0.0
- 8.0
Tenure:
- 43.0
- 31.0
- 17.0
Total Spend:
- 914.15
- 657.3
- 511.21
Usage Frequency:
- 23.0
- 28.0
- 24.0
---
# Model description
[More Information Needed]
## Intended uses & limitations
[More Information Needed]
## Training Procedure
[More Information Needed]
### Hyperparameters
Click to expand
| Hyperparameter | Value |
|--------------------------|---------|
| bootstrap | True |
| ccp_alpha | 0.0 |
| class_weight | |
| criterion | gini |
| max_depth | |
| max_features | sqrt |
| max_leaf_nodes | |
| max_samples | |
| min_impurity_decrease | 0.0 |
| min_samples_leaf | 1 |
| min_samples_split | 2 |
| min_weight_fraction_leaf | 0.0 |
| monotonic_cst | |
| n_estimators | 100 |
| n_jobs | |
| oob_score | False |
| random_state | 42 |
| verbose | 0 |
| warm_start | False |
RandomForestClassifier(random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
RandomForestClassifier(random_state=42)