Skip to content

Commit

Permalink
update userguide
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Apr 26, 2016
2 parents c1993cf + 7d6652e commit abe10b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/user_guide/tf_regressor/TfLinearRegression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# LinearRegression"
"# TfLinearRegression"
]
},
{
Expand Down Expand Up @@ -86,7 +86,7 @@
"metadata": {},
"source": [
"The linear regression model is fitted using gradient descent optimization supporting simple and multiple linear regression; for more information on linear regression, please refer to the documentation of the related \n",
"[`mlxtend.regressor.LinearRegression estimator`](../regressor.LinearRegression.md) and the tutorials:\n",
"[`mlxtend.regressor.LinearRegression estimator`](../regressor/LinearRegression.md) and the tutorials:\n",
"\n",
"- [Gradient Descent and Stochastic Gradient Descent](../general_concepts/gradient-optimization.md)\n",
"- [Deriving the Gradient Descent Rule for Linear Regression and Adaline](../general_concepts/linear-gradient-derivative.md)."
Expand Down

0 comments on commit abe10b5

Please sign in to comment.