From 4f6fcc99be2039b1bacd245f53fdec2ca4394689 Mon Sep 17 00:00:00 2001 From: softchris Date: Thu, 17 Jun 2021 13:08:07 +0100 Subject: [PATCH] smaller fixes --- 2-Regression/0-intro-to/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/2-Regression/0-intro-to/README.md b/2-Regression/0-intro-to/README.md index dfe96f6a..d82d6a53 100644 --- a/2-Regression/0-intro-to/README.md +++ b/2-Regression/0-intro-to/README.md @@ -1,6 +1,7 @@ -In this lesson, you will learn: +In this lesson, you will: -- the process of doing machine learning at a high level. +- Understand the process of doing machine learning at a high level. +- Explore concepts like model and training data. # Introduction @@ -81,7 +82,7 @@ Ok, you've made some initial assumptions before starting out. Now it's time to l ## Prediction -You've made it to your goal hopefully. The whole point of this process was to combine an algorithm, i.e model and training data so you can make a prediction of data you haven't seen yet. Will take stock increase or decrease, is it sunny tomorrow and so on? +You've made it to your goal hopefully. The whole point of this process was to combine an algorithm, i.e model and training data so you can make a prediction of data you haven't seen yet. Will that stock increase or decrease, is it sunny tomorrow and so on? \ No newline at end of file