From 240a201cd1f41ca514fd2a04ed3fd471a4f0a8a1 Mon Sep 17 00:00:00 2001 From: Essam Date: Fri, 31 May 2024 21:03:55 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Improve=20Telco-churn=20ilos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _libs/nav/head.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_libs/nav/head.js b/_libs/nav/head.js index 5e5978cb..a33fb13c 100644 --- a/_libs/nav/head.js +++ b/_libs/nav/head.js @@ -225,7 +225,7 @@ const navItems = [ "Hyperparameter Optimization", ], ilos: [ - "Understand the different types and methods introduced by MLJ", + "Get a grasp on using MLJ as a data scientist new to MLJ or Julia", "Refresh your skills on building simple models", "Learn how to prepare example real-life data by loading, coercing, partitioning and unpacking data", "Learn how to build pipelines in MLJ", @@ -233,7 +233,9 @@ const navItems = [ "Understand how to perform feature selection in MLJ", "Learn how to wrap models in iterative strategies in MLJ", "Learn how to tune hyperparameters in MLJ", - "Learn how to save and perform final evaluations on your models in MLJ" + "Familiarize yourself with confusion matrices, ROC curve and stratified cross-validation", + "Learn how to save and perform final evaluations on your models in MLJ", + "Understand the different types and methods introduced by MLJ", ] }, {