Edit model card

Model description

This is the best model

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 0
verbose 0
warm_start False

Model Plot

RandomForestClassifier(random_state=0)
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

Metric Value
accuracy 0.7125

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]

citation_bibtex

bibtex @inproceedings{...,year={2020}}

get_started_code

import pickle with open(dtc_pkl_filename, 'rb') as file: clf = pickle.load(file)

model_card_authors

skops_user

limitations

This model is not ready to be used in production.

model_description

This is a RandomForest Model model trained on wine classification dataset.

confusion_matrix

confusion_matrix

Downloads last month
0
Inference Examples
Inference API (serverless) is not available, repository is disabled.