Commit Graph
13 Commits
Author SHA1 Message Date
FawwazMayda 240463c1da Improve Linear Regression Docs. (#2890)
* adding multivariate examples

* editing some typo in file

* edit some typo and modify the section

* Update linear_regression.txt

* Update linear_regression.txt
2021-03-30 12:05:41 -04:00
Ryan Birmingham 1565765363 doc fixes 2020-05-11 05:13:15 -04:00
Ryan Curtin 78a9149cca Refactor documentation and tutorials to bring things up to date.
Also fixes a few doxygen issues.
2018-03-28 21:05:24 -04:00
Matthew Henderson ff5e9234b8 Use correct name for linear regression program. 2016-09-15 14:25:17 +01:00
Alexander Leinoff efb64f2c7d Removes trailing whitespaces at end of lines
Unnecessary end of line whitespace is generally frowned upon. In addition some
editors remove end of line whitespace automatically, making diffs hard to read.
This commit removes all trailing witespaces. Using some sed magic in bash:

find . -name "*.*" -type f -print0 | xargs gsed -i 's/[ \t]*$//'
2016-04-19 12:10:01 -05:00
ryan cf725551b1 Update tutorials. 2015-12-23 11:28:25 -05:00
Ryan Curtin c9648f3fad Add section on ridge regression. 2013-09-26 20:12:14 +00:00
Ryan Curtin 65da59422c The last section shouldn't be a subsection. 2013-04-24 21:16:34 +00:00
Bill March 4e3740298b fixed line that referred to nearest neighbor search 2012-06-04 16:01:16 +00:00
Ryan Curtin 6bfe417507 Forgot two references. 2012-02-29 14:42:21 +00:00
Ryan Curtin 9fc882b922 Fix references in tutorial; rewrite into a little bit and clarify some
terminology here and there.  Also unnecessary grammar Nazi strikes again...
2012-02-29 04:08:00 +00:00
James Cline c91ecdbc95 coding with LinearRegression examples 2012-02-14 19:13:58 +00:00
James Cline 080c5a40eb Incomplete rough draft of the LinearRegression tutorial.
Todo: Add more instructions on using the class programmatically.
2012-02-13 23:23:47 +00:00