diff --git a/Courses/Analizing Data with Python/README.md b/Courses/Analizing Data with Python/README.md index 5ff05bf6cb6f6a0d7649f1010f51caf746e01dc4..da565ef39e2df94d5e8168938da501b93b08be01 100644 --- a/Courses/Analizing Data with Python/README.md +++ b/Courses/Analizing Data with Python/README.md @@ -3,6 +3,9 @@ This folder contains some code developed as exercise during the course (DA0101EN) Analyzing Data with Python by IBM at edX. The codes developed here were **not** developed by me from beginning to end, but completed with the intention of fix the knowledge adquired and developed. +### Expected content + + ## Motivation Learn how to code and visualize data with python for data science further projects with the support of some python libraries as pandas and matplotlib. diff --git a/Courses/Machine Learning with Python, A Practical Introduction/README.md b/Courses/Machine Learning with Python, A Practical Introduction/README.md index 82a361e4b436a88c4295a463c4b574decee869b7..4744cbe8748f60dd06b27f3ae43787428fe612da 100644 --- a/Courses/Machine Learning with Python, A Practical Introduction/README.md +++ b/Courses/Machine Learning with Python, A Practical Introduction/README.md @@ -3,6 +3,10 @@ This folder contains some code developed as exercise during the course (ML0101EN) Machine Learning with Python: A Practical Introduction by IBM at edX. The codes developed here were **not** developed by me from beginning to end, but completed with the intention of fix the knowledge adquired and developed. +### Expected content + + + ## Motivation Learn how to solve machine learning problems with python for data science further projects with the support of some python libraries as pandas and scikit learn.