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 [('scaler', MinMaxScaler()), ('mlp', MLPClassifier())]
verbose False
scaler MinMaxScaler()
mlp MLPClassifier()
scaler__clip False
scaler__copy True
scaler__feature_range (0, 1)
mlp__activation relu
mlp__alpha 0.0001
mlp__batch_size auto
mlp__beta_1 0.9
mlp__beta_2 0.999
mlp__early_stopping False
mlp__epsilon 1e-08
mlp__hidden_layer_sizes (100,)
mlp__learning_rate constant
mlp__learning_rate_init 0.001
mlp__max_fun 15000
mlp__max_iter 200
mlp__momentum 0.9
mlp__n_iter_no_change 10
mlp__nesterovs_momentum True
mlp__power_t 0.5
mlp__random_state
mlp__shuffle True
mlp__solver adam
mlp__tol 0.0001
mlp__validation_fraction 0.1
mlp__verbose False
mlp__warm_start False

Model Plot

Pipeline(steps=[('scaler', MinMaxScaler()), ('mlp', MLPClassifier())])
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.854977
f1 score 0.755843
precision 0.811757
recall 0.707135

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]

eval_method

The model is evaluated using test split, on accuracy, precision, recall and f1.

Downloads last month
0
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.