From 4c7d51d6a6e6ac2c7f44e60f5727590f13dbf796 Mon Sep 17 00:00:00 2001 From: arthurgriloss <76848350+arthurgriloss@users.noreply.github.com> Date: Sat, 2 Jan 2021 11:46:24 +0100 Subject: [PATCH] Update README.md --- .../README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 82a361e..d5b08b5 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 results + + + ## 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. -- GitLab