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