Skip to content

Commit

Permalink
✨ Improve Telco-churn ilos
Browse files Browse the repository at this point in the history
  • Loading branch information
EssamWisam committed May 31, 2024
1 parent f5f2531 commit 240a201
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _libs/nav/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,17 @@ 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",
"Learn about how to manually and automatically evaluate models in MLJ",
"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",
]
},
{
Expand Down

0 comments on commit 240a201

Please sign in to comment.