From 0f1e8b92b75b33342a7676fd588a9e8b2350dd07 Mon Sep 17 00:00:00 2001 From: Federico Pereira Date: Wed, 18 Jan 2023 15:07:04 +0100 Subject: [PATCH] Update tutorials.md I updated the links to the Binary Classification notebooks since they return "404 : Not Found". I also added the expert level which is missing. --- get-started/tutorials.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/get-started/tutorials.md b/get-started/tutorials.md index ea08814..4df0171 100644 --- a/get-started/tutorials.md +++ b/get-started/tutorials.md @@ -8,8 +8,9 @@ description: Official tutorials created by the developers of PyCaret. | Tutorial | Module | Link | | ------------------------------------------------ | :---------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------: | -| Binary Classification - Level Beginner | Classifiction | [Notebook](https://nbviewer.org/github/pycaret/pycaret/blob/master/tutorials/Binary%20Classification%20Tutorial%20Level%20Beginner%20-%20%20CLF101.ipynb) | -| Binary Classification - Level Intermediate | Classification | [Notebook](https://nbviewer.org/github/pycaret/pycaret/blob/master/tutorials/Binary%20Classification%20Tutorial%20Level%20Intermediate%20-%20CLF102.ipynb) | +| Binary Classification - Level Beginner | Classifiction | [Notebook](https://nbviewer.org/github/pycaret/pycaret/blob/master/tutorials/Binary%20Classification%20Tutorial%20-%20Level%20Beginner.ipynb) | +| Binary Classification - Level Intermediate | Classification | [Notebook](https://nbviewer.org/github/pycaret/pycaret/blob/master/tutorials/Binary%20Classification%20Tutorial%20-%20Level%20Intermediate.ipynb) | +| Binary Classification - Level Expert | Classification | [Notebook](https://nbviewer.org/github/pycaret/pycaret/blob/master/tutorials/Binary%20Classification%20Tutorial%20-%20Level%20Expert.ipynb) | | Multiclass Classification - Level Beginner | Classification | [Notebook](https://nbviewer.org/github/pycaret/pycaret/blob/master/tutorials/Multiclass%20Classification%20Tutorial%20Level%20Beginner%20-%20MCLF101.ipynb) | | Regression - Level Beginner | Regression | [Notebook](https://nbviewer.org/github/pycaret/pycaret/blob/master/tutorials/Regression%20Tutorial%20Level%20Beginner%20-%20REG101.ipynb) | | Regression - Level Intermediate | Regression | [Notebook](https://nbviewer.org/github/pycaret/pycaret/blob/master/tutorials/Regression%20Tutorial%20Level%20Intermediate%20-%20REG102.ipynb) |