From 9849d9cf96d29c75090e0d6d70a4046e9b6ebb1d Mon Sep 17 00:00:00 2001 From: Mauro Mariniello Date: Tue, 9 Jul 2024 12:28:07 +0200 Subject: [PATCH] docs: fix typo in README --- docs/quickstarts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstarts/README.md b/docs/quickstarts/README.md index ccea8d57..d0a93352 100644 --- a/docs/quickstarts/README.md +++ b/docs/quickstarts/README.md @@ -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. |