Skip to content

Commit 1514489

Browse files
Added image for regression.
1 parent 2ab035c commit 1514489

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

ch08-machine_learning/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ One of the most common techniques in traditional machine learning is supervised
66
## Liner Regression
77
Linear regression is one of the simplest machine learning algorithms that finds relationships between two variables and allows us to predict one variable given the other. An example of this is predicting the price of a diamond based on its caret value. By looking at many examples of known diamonds including their price and caret values, we can teach a model the relationship and ask it to estimate predictions.
88

9-
![Linear Regression Example](readme_assets/Possible regression lines.png)
9+
![Linear Regression Example](readme_assets/Possible-regression-lines.png)
10+
![Linear Regression Calculation](readme_assets/Calculating-regression-line.png)
1011

1112
## Decision Trees
1213
Decision trees are structures that describe a series of decisions that are made to find a solution to a problem. If we’re deciding whether or not to wear shorts for the day, we might make a series of decisions to inform the outcome. Will it be cold during the day? If not, will we be out late in the evening when it does get cold? We might decide to wear shorts on a warm day, but not if we will be out when it gets cold.
86.2 KB
Loading

ch08-machine_learning/readme_assets/Possible regression lines.png renamed to ch08-machine_learning/readme_assets/Possible-regression-lines.png

File renamed without changes.

0 commit comments

Comments
 (0)