We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131ad7f commit 4c6690dCopy full SHA for 4c6690d
src/MachineLearningAlgorithms/README.md
@@ -6,5 +6,5 @@ These are the engines of Machine Learning.
6
7
## Topics Covered
8
9
-- [Regression](./Regression.md)
10
- - [Linear Regression](./Regression/LinearRegression/LinearRegression.md)
+- [Regression](./Regression/Regression.md)
+ - [Linear Regression](./Regression/LinearRegression/LinearRegression.md)
src/MachineLearningAlgorithms/Regression/Regression.md
@@ -6,4 +6,4 @@ These are the used to predict a continuous value.
-- [Linear Regression](./Regression/Explaination.md)
+- [Linear Regression](./LinearRegression/LinearRegression.md)
0 commit comments