From fd731ecab90414f9c8eb5156b107a47fff35da79 Mon Sep 17 00:00:00 2001 From: Pratik Sachdeva Date: Fri, 3 Feb 2023 11:12:08 -0800 Subject: [PATCH 1/4] move 05-07 into a separate folder to avoid confusion --- lessons/{ => future}/05_walkthrough.ipynb | 0 lessons/{ => future}/06_clustering.ipynb | 0 lessons/{ => future}/07_dimensionality_reduction.ipynb | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename lessons/{ => future}/05_walkthrough.ipynb (100%) rename lessons/{ => future}/06_clustering.ipynb (100%) rename lessons/{ => future}/07_dimensionality_reduction.ipynb (100%) 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 From 5c0b975748371f758e03a5348951e8e2875a8d1f Mon Sep 17 00:00:00 2001 From: Tom van Nuenen Date: Mon, 6 Nov 2023 15:07:21 -0800 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bae7609..eb63e67 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 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. +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 In this workshop, we provide an introduction to machine learning in Python. First, we'll cover some machine learning basics, including its foundational principles. Then, we'll dive into code, understanding how to perform regression, regularization, preprocessing, and classification. There are additional components of the workshop which explore building machine learning pipelines and unsupervised learning. We'll demonstrate how to perform these tasks using `scikit-learn`, the main package used for machine learning in Python. From d115b1f44f51345ebfc15c00a32c9ff4f6f87e95 Mon Sep 17 00:00:00 2001 From: Severin S <64810167+Severrinn@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:55:13 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb63e67..ebfebb1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ [![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 Intermediate](https://github.com/dlab-berkeley/Python-Intermediate), [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! From 5d4bead1effdf9fe3ae638e0c47c9500d2de03e7 Mon Sep 17 00:00:00 2001 From: Tom van Nuenen Date: Tue, 1 Oct 2024 11:43:43 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebfebb1..3dd8709 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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 Intermediate](https://github.com/dlab-berkeley/Python-Intermediate), [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. +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!