Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 07_RegressionModels/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2>Regression module</h2>
<p>This is the readme file for the regression component of the set of data science modules</p>

<ul>
<li><a href="01_01_introduction/index.thml">Introduction</a></li>
<li><a href="01_01_introduction/index.html">Introduction</a></li>
<li><a href="01_02_notation/index.html">Notation</a></li>
<li><a href="01_03_ols/index.html">Least squares</a></li>
<li><a href="01_04_rttm/index.html">Regression to mediocrity</a></li>
Expand Down
2 changes: 1 addition & 1 deletion 07_RegressionModels/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the readme file for the regression component of the set of data science modules

* [Introduction](01_01_introduction/index.thml)
* [Introduction](01_01_introduction/index.html)
* [Notation](01_02_notation/index.html)
* [Least squares](01_03_ols/index.html)
* [Regression to mediocrity](01_04_rttm/index.html)
Expand Down