Edit model card

Baseline Model trained on adulto08f_j_q to apply classification on age

Metrics of the best model:

accuracy 0.053776

recall_macro 0.058874

precision_macro 0.038010

f1_macro 0.036333

Name: LogisticRegression(C=0.1, class_weight='balanced', max_iter=1000), dtype: float64

See model plot below:

Pipeline(steps=[('easypreprocessor',EasyPreprocessor(types=                continuous  dirty_float  ...  free_string  useless

workclass False False ... False False fnlwgt True False ... False False education False False ... False False education.num False False ... False False marital.status False False ... False False occupation False False ... False False relationship False False ... False False race False False ... False False sex False False ... False False capital.gain False False ... False False hours.per.week False False ... False False native.country False False ... False False income False False ... False False[13 rows x 7 columns])),('logisticregression',LogisticRegression(C=0.1, class_weight='balanced',max_iter=1000))])

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.

Disclaimer: This model is trained with dabl library as a baseline, for better results, use AutoTrain.

Logs of training including the models tried in the process can be found in logs.txt

Downloads last month
0
Hosted inference API
This model can be loaded on the Inference API on-demand.