diff --git a/docs/index.rst b/docs/index.rst index 8809c9b0..47fdc3fe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -93,7 +93,7 @@ Tutorials to help you get started with CapyMOA. .. toctree:: :maxdepth: 2 - notebooks/index + tutorials 📚 Reference Manual ------------------- diff --git a/docs/tutorials.rst b/docs/tutorials.rst new file mode 100644 index 00000000..4a6147c1 --- /dev/null +++ b/docs/tutorials.rst @@ -0,0 +1,41 @@ +.. _tutorials: + +Tutorials +========= +These tutorials will show you how to get started with the CapyMOA library. + + +.. toctree:: + :maxdepth: 1 + :caption: Tutorials: + + notebooks/00_getting_started.ipynb + notebooks/01_evaluation.ipynb + notebooks/02_sklearn.ipynb + notebooks/03_pytorch.ipynb + notebooks/04_drift_streams.ipynb + notebooks/05_new_learner.ipynb + notebooks/06_advanced_API.ipynb + notebooks/07_pipelines.ipynb + notebooks/08_prediction_interval.ipynb + +.. toctree:: + :maxdepth: 1 + :caption: Extra Tutorials: + + notebooks/SSL_example.ipynb + notebooks/anomaly_detection.ipynb + notebooks/drift_detection.ipynb + notebooks/parallel_ensembles.ipynb + notebooks/save_and_load_model.ipynb + +Talks +===== + +Talks and workshops on CapyMOA: + +* `ECML/PAKDD 2024 "Navigating Complex Machine Learning Challenges in Streaming Data - A Hands-On Tutorial" `_ +* `Kiwi PyCon 2024 "Data Stream AI" `_ +* IJCAI 2024 "Machine Learning for Streaming Data" +* PAKDD 2024 "Machine Learning for Streaming Data" +* KDD 2024 "Practical Machine Learning for Streaming Data" diff --git a/notebooks/index.rst b/notebooks/index.rst deleted file mode 100644 index 59ede14f..00000000 --- a/notebooks/index.rst +++ /dev/null @@ -1,33 +0,0 @@ -.. _tutorials: - -Tutorials -========= -These tutorials will show you how to get started with the CapyMOA library. - - -.. toctree:: - :maxdepth: 1 - :caption: Tutorials: - - 00_getting_started.ipynb - 01_evaluation.ipynb - 02_sklearn.ipynb - 03_pytorch.ipynb - 04_drift_streams.ipynb - 05_new_learner.ipynb - 06_advanced_API.ipynb - 07_pipelines.ipynb - 08_prediction_interval.ipynb - -.. toctree:: - :maxdepth: 1 - :caption: Extra Tutorials: - - SSL_example.ipynb - anomaly_detection.ipynb - drift_detection.ipynb - parallel_ensembles.ipynb - save_and_load_model.ipynb - - -