Skip to content

Commit

Permalink
docs: fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Mariniello authored and Mauro Mariniello committed Jul 9, 2024
1 parent f6e5a1d commit 9849d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstarts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ poetry update
| Task | Notebook | Dataset to use | Dataset license | Description |
|---------------------------|------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
| Binary Classification | notebooks/binary-classification-income-data.ipynb | data/binary_classification/reference-income.csv, data/binary_classification/current1-income.csv | Kohavi,Ron. (1996). Census Income. UCI Machine Learning Repository. https://doi.org/10.24432/C5GP7S. Adapted by Radicalbit. | In this tutorial we monitor data and performance of a ML used to classify if the income is > 50K given a set of features. |
| Multiclass Classification | notebooks/multiclass-classification-heart-data.ipynb | data/multiclass-classification/3_classes_reference.csv, data/multiclass-classification/3_classes_current1.csv | Janosi,Andras, Steinbrunn,William, Pfisterer,Matthias, and Detrano,Robert. (1988). Heart Disease. UCI Machine Learning Repository. https://doi.org/10.24432/C52P4X. Adapted by Radicalbit. | In this tutorial we monitor data for a multi-class classification task, in which we classify between 3 different heart diasease types. |
| Multiclass Classification | notebooks/multiclass-classification-heart-data.ipynb | data/multiclass-classification/3_classes_reference.csv, data/multiclass-classification/3_classes_current1.csv | Janosi,Andras, Steinbrunn,William, Pfisterer,Matthias, and Detrano,Robert. (1988). Heart Disease. UCI Machine Learning Repository. https://doi.org/10.24432/C52P4X. Adapted by Radicalbit. | In this tutorial we monitor data for a multi-class classification task, in which we classify between 3 different heart disease types. |

0 comments on commit 9849d9c

Please sign in to comment.