diff --git a/README.md b/README.md index bae7609..3dd8709 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ [![Datahub](https://img.shields.io/badge/launch-datahub-blue)](https://dlab.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdlab-berkeley%2FPython-Machine-Learning&urlpath=lab%2Ftree%2FPython-Machine-Learning%2F&branch=main) [![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/dlab-berkeley/Python-Machine-Learning/HEAD) -This repository contains the materials for D-Lab’s Python Machine Learning workshop. Prior experience with [Python Fundamentals](https://github.com/dlab-berkeley/Python-Fundamentals), [Python Data Visualization](https://github.com/dlab-berkeley/Python-Data-Visualization), and [Python Data Wrangling](https://github.com/dlab-berkeley/Python-Data-Wrangling) is assumed. +This repository contains the materials for D-Lab’s Python Machine Learning workshop. + +### Prerequisites +Prior experience with [Python Fundamentals](https://github.com/dlab-berkeley/Python-Fundamentals), [Python Data Visualization](https://github.com/dlab-berkeley/Python-Data-Visualization), and [Python Data Wrangling](https://github.com/dlab-berkeley/Python-Data-Wrangling) is assumed. + +Check D-Lab's [Learning Pathways](https://dlab-berkeley.github.io/dlab-workshops/python_path.html) to figure out which of our workshops to take! ## Workshop Goals diff --git a/lessons/05_walkthrough.ipynb b/lessons/future/05_walkthrough.ipynb similarity index 100% rename from lessons/05_walkthrough.ipynb rename to lessons/future/05_walkthrough.ipynb diff --git a/lessons/06_clustering.ipynb b/lessons/future/06_clustering.ipynb similarity index 100% rename from lessons/06_clustering.ipynb rename to lessons/future/06_clustering.ipynb diff --git a/lessons/07_dimensionality_reduction.ipynb b/lessons/future/07_dimensionality_reduction.ipynb similarity index 100% rename from lessons/07_dimensionality_reduction.ipynb rename to lessons/future/07_dimensionality_reduction.ipynb