Skip to content

Commit dbf531e

Browse files
authored
Fix typo
1 parent 493e198 commit dbf531e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local_optimization/NLDF/elastic_net.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"To demonstrate the use of elastic net regularization, we will build a linear regression model to predict a possum's total length based upon several features, such as, capture site, age, and head length.\n",
1515
"\n",
16-
"Note, the purpose of this notebook is to illustrate the use of e04gn which is a general data-fitting framework that utilises nonlinear programming algorithms, such as sequential quadratic programming and interior point method. Therefore, it may not be as performant as one of our dedicated linear regression solvers."
16+
"Note, the purpose of this notebook is to illustrate the use of e04gn which is a general data-fitting framework that utilises nonlinear programming algorithms, such as sequential quadratic programming and interior point method. Therefore, it may not be as performant as one of our dedicated linear regression solvers.\n",
1717
"\n",
1818
"\n",
1919
"**Reference:** \\\n",

0 commit comments

Comments
 (0)