From dc51eadafaf2b87b6c2207d39cfb5443241ca06c Mon Sep 17 00:00:00 2001 From: davhojt Date: Tue, 27 Dec 2022 01:12:49 +0200 Subject: [PATCH] docs(classification): rename path to match ref --- .../README.md | 4 ++-- .../audit/README.md | 0 .../data/breast-cancer-wisconsin.data | 0 .../data/breast-cancer-wisconsin.names | 0 .../w2_day2_ex2_q1.png | Bin .../w2_day2_ex3_q1.png | Bin .../w2_day2_ex3_q3.png | Bin .../w2_day2_ex3_q5.png | Bin .../w2_day2_ex3_q6.png | Bin 9 files changed, 2 insertions(+), 2 deletions(-) rename subjects/ai/{classification-with-scikit-learn => classification}/README.md (99%) rename subjects/ai/{classification-with-scikit-learn => classification}/audit/README.md (100%) rename subjects/ai/{classification-with-scikit-learn => classification}/data/breast-cancer-wisconsin.data (100%) rename subjects/ai/{classification-with-scikit-learn => classification}/data/breast-cancer-wisconsin.names (100%) rename subjects/ai/{classification-with-scikit-learn => classification}/w2_day2_ex2_q1.png (100%) rename subjects/ai/{classification-with-scikit-learn => classification}/w2_day2_ex3_q1.png (100%) rename subjects/ai/{classification-with-scikit-learn => classification}/w2_day2_ex3_q3.png (100%) rename subjects/ai/{classification-with-scikit-learn => classification}/w2_day2_ex3_q5.png (100%) rename subjects/ai/{classification-with-scikit-learn => classification}/w2_day2_ex3_q6.png (100%) diff --git a/subjects/ai/classification-with-scikit-learn /README.md b/subjects/ai/classification/README.md similarity index 99% rename from subjects/ai/classification-with-scikit-learn /README.md rename to subjects/ai/classification/README.md index f8b5493b..d56ee29f 100644 --- a/subjects/ai/classification-with-scikit-learn /README.md +++ b/subjects/ai/classification/README.md @@ -1,6 +1,6 @@ -# Classification with Scikit Learn +# Classification -The goal of this day is to understand practical classification. +The goal of this day is to understand practical classification with Scikit Learn. Today we will learn a different approach in Machine Learning: the classification which is a large domain in the field of statistics and machine learning. Generally, it can be broken down in two areas: diff --git a/subjects/ai/classification-with-scikit-learn /audit/README.md b/subjects/ai/classification/audit/README.md similarity index 100% rename from subjects/ai/classification-with-scikit-learn /audit/README.md rename to subjects/ai/classification/audit/README.md diff --git a/subjects/ai/classification-with-scikit-learn /data/breast-cancer-wisconsin.data b/subjects/ai/classification/data/breast-cancer-wisconsin.data similarity index 100% rename from subjects/ai/classification-with-scikit-learn /data/breast-cancer-wisconsin.data rename to subjects/ai/classification/data/breast-cancer-wisconsin.data diff --git a/subjects/ai/classification-with-scikit-learn /data/breast-cancer-wisconsin.names b/subjects/ai/classification/data/breast-cancer-wisconsin.names similarity index 100% rename from subjects/ai/classification-with-scikit-learn /data/breast-cancer-wisconsin.names rename to subjects/ai/classification/data/breast-cancer-wisconsin.names diff --git a/subjects/ai/classification-with-scikit-learn /w2_day2_ex2_q1.png b/subjects/ai/classification/w2_day2_ex2_q1.png similarity index 100% rename from subjects/ai/classification-with-scikit-learn /w2_day2_ex2_q1.png rename to subjects/ai/classification/w2_day2_ex2_q1.png diff --git a/subjects/ai/classification-with-scikit-learn /w2_day2_ex3_q1.png b/subjects/ai/classification/w2_day2_ex3_q1.png similarity index 100% rename from subjects/ai/classification-with-scikit-learn /w2_day2_ex3_q1.png rename to subjects/ai/classification/w2_day2_ex3_q1.png diff --git a/subjects/ai/classification-with-scikit-learn /w2_day2_ex3_q3.png b/subjects/ai/classification/w2_day2_ex3_q3.png similarity index 100% rename from subjects/ai/classification-with-scikit-learn /w2_day2_ex3_q3.png rename to subjects/ai/classification/w2_day2_ex3_q3.png diff --git a/subjects/ai/classification-with-scikit-learn /w2_day2_ex3_q5.png b/subjects/ai/classification/w2_day2_ex3_q5.png similarity index 100% rename from subjects/ai/classification-with-scikit-learn /w2_day2_ex3_q5.png rename to subjects/ai/classification/w2_day2_ex3_q5.png diff --git a/subjects/ai/classification-with-scikit-learn /w2_day2_ex3_q6.png b/subjects/ai/classification/w2_day2_ex3_q6.png similarity index 100% rename from subjects/ai/classification-with-scikit-learn /w2_day2_ex3_q6.png rename to subjects/ai/classification/w2_day2_ex3_q6.png