diff --git a/README.md b/README.md index f8d33ae..85e1a67 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Check out Jupyter Notebooks in the [tutorials](https://github.com/jaydu1/ensembl Name | Description ---|--- -[basics.ipynb](https://github.com/jaydu1/ensemble-cross-validation/blob/main/tutorials/demo.ipynb) | Basics about how to apply ECV/CGCV on risk estimation and hyperparameter tuning for ensemble learning. +[basics.ipynb](https://github.com/jaydu1/ensemble-cross-validation/blob/main/tutorials/basics.ipynb) | Basics about how to apply ECV/CGCV on risk estimation and hyperparameter tuning for ensemble learning. [cgcv_l1_huber.ipynb](https://github.com/jaydu1/ensemble-cross-validation/blob/main/tutorials/cgcv_l1_huber.ipynb) | Custom CGCV for M-estimator: l1-regularized Huber ensembles. The code is tested with `scikit-learn == 1.3.1`.