Skip to content

Commit

Permalink
Update linear_regression.rst (#9)
Browse files Browse the repository at this point in the history
Awesome, thanks!
  • Loading branch information
piperchester authored and bfortuner committed Jan 10, 2018
1 parent 08210e6 commit 71ab31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linear_regression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Linear Regression
Introduction
============

Linear Regression is a supervised machine learning algorithm where the predicted output is continuous and has a constant slope. Is used to predict values within a continuous range. (e.g. sales, price) rather than trying to classify them into categories (e.g. cat, dog). There are two main types:
Linear Regression is a supervised machine learning algorithm where the predicted output is continuous and has a constant slope. It's used to predict values within a continuous range, (e.g. sales, price) rather than trying to classify them into categories (e.g. cat, dog). There are two main types:

.. rubric:: Simple regression

Expand Down

0 comments on commit 71ab31b

Please sign in to comment.