Edit model card

Model description

[More Information Needed]

Intended uses & limitations

[More Information Needed]

Training Procedure

[More Information Needed]

Hyperparameters

Click to expand
Hyperparameter Value
memory
steps [('imputer', SimpleImputer(strategy='median')), ('scaler', StandardScaler()), ('classifier', RandomForestClassifier(class_weight='balanced_subsample', min_samples_leaf=3,
min_samples_split=3, n_estimators=103,
random_state=404159593))]
verbose False
imputer SimpleImputer(strategy='median')
scaler StandardScaler()
classifier RandomForestClassifier(class_weight='balanced_subsample', min_samples_leaf=3,
min_samples_split=3, n_estimators=103,
random_state=404159593)
imputer__add_indicator False
imputer__copy True
imputer__fill_value
imputer__keep_empty_features False
imputer__missing_values nan
imputer__strategy median
scaler__copy True
scaler__with_mean True
scaler__with_std True
classifier__bootstrap True
classifier__ccp_alpha 0.0
classifier__class_weight balanced_subsample
classifier__criterion gini
classifier__max_depth
classifier__max_features sqrt
classifier__max_leaf_nodes
classifier__max_samples
classifier__min_impurity_decrease 0.0
classifier__min_samples_leaf 3
classifier__min_samples_split 3
classifier__min_weight_fraction_leaf 0.0
classifier__monotonic_cst
classifier__n_estimators 103
classifier__n_jobs
classifier__oob_score False
classifier__random_state 404159593
classifier__verbose 0
classifier__warm_start False

Model Plot

Pipeline(steps=[('imputer', SimpleImputer(strategy='median')),('scaler', StandardScaler()),('classifier',RandomForestClassifier(class_weight='balanced_subsample',min_samples_leaf=3, min_samples_split=3,n_estimators=103,random_state=404159593))])
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.

Evaluation Results

[More Information Needed]

How to Get Started with the Model

[More Information Needed]

Model Card Authors

This model card is written by following authors:

[More Information Needed]

Model Card Contact

You can contact the model card authors through following channels: [More Information Needed]

Citation

Below you can find information related to citation.

BibTeX:

[More Information Needed]
Downloads last month
0
Inference Examples
Inference API (serverless) is not available, repository is disabled.