Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RTD benchmarks tabular data page #1099

Merged
merged 4 commits into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/source/benchmarks/amlb_res.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Dataset name,Metric name,AutoGluon,FEDOT,H2O,LAMA
APSFailure,auc,0.99,0.991,,0.992
Amazon_employee_access,auc,0.857,0.865,,0.879
Australian,auc,0.94,0.939,0.939,0.945
Covertype,neg_logloss,-0.071,-0.117,,
Fashion-MNIST,neg_logloss,-0.329,-0.373,,-0.248
Jannis,neg_logloss,-0.728,-0.737,,-0.664
KDDCup09_appetency,auc,0.804,0.822,,0.85
MiniBooNE,auc,0.982,0.981,,0.988
Shuttle,neg_logloss,-0.001,-0.001,,-0.001
Volkert,neg_logloss,-0.917,-1.097,,-0.806
adult,auc,0.91,0.925,,0.932
bank-marketing,auc,0.931,0.935,,0.94
blood-transfusion,auc,0.69,0.759,0.765,0.75
car,neg_logloss,-0.117,-0.011,-0.004,-0.002
christine,auc,0.804,0.812,0.823,0.83
cnae-9,neg_logloss,-0.332,-0.211,-0.175,-0.156
connect-4,neg_logloss,-0.502,-0.456,,-0.337
credit-g,auc,0.795,0.778,0.789,0.796
dilbert,neg_logloss,-0.148,-0.159,-0.05,-0.033
fabert,neg_logloss,-0.788,-0.895,-0.752,-0.766
guillermo,auc,0.9,0.891,,0.926
jasmine,auc,0.883,0.888,0.887,0.88
jungle chess,neg_logloss,-0.431,-0.193,,-0.149
kc1,auc,0.822,0.843,,0.831
kr-vs-kp,auc,0.999,1.0,,1.0
mfeat-factors,neg_logloss,-0.161,-0.094,,-0.082
nomao,auc,0.995,0.994,,0.997
numerai28_6,auc,0.517,0.529,,0.531
phoneme,auc,0.965,0.965,,0.965
segment,neg_logloss,-0.094,-0.062,,-0.061
sylvine,auc,0.985,0.988,,0.988
vehicle,neg_logloss,-0.515,-0.354,,-0.404
27 changes: 6 additions & 21 deletions docs/source/benchmarks/tabular.rst
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
Tabular data
------------

The subset of PMLB benchmarks was evaluated for FEDOT, `TPOT <http://epistasislab.github.io/tpot/>`__, `MLBox <https://github.com/AxeldeRomblay/MLBox>`__ and XGboost baseline. The results and metadata are presented below.
Here are overall classification problem results across popular AutoML frameworks:

|Metadata for datasets|

.. |Metadata for datasets| image:: img_benchmarks/fedot_meta.png
:width: 80%

|Metrics for prediction|

.. |Metrics for prediction| image:: img_benchmarks/fedot_classregr.png
:width: 80%

As we can see from the table, the results obtained during the experiments demonstrate the advantage of composite pipelines created by the FEDOT over less sophisticated competitors. The only exception is a single case for regression and classification problems respectively, where the maximum value of the quality metric was obtained using a static pipeline.

Also, the comparison was conducted against the state-of-the-art AutoGluon framework.

|Comparison of FEDOT and AutoGluon|

.. |Comparison of FEDOT and AutoGluon| image:: img_benchmarks/fedot_class_gluon.png
:width: 80%

There is a small advantage of the FEDOT for F1 and ROC AUC metrics, but the other metrics are near equal.
.. csv-table:: Classification statistics
:file: amlb_res.csv
:align: center
:widths: auto
:header-rows: 1