Skip to content
Snippets Groups Projects
Commit ea4db67c authored by Andreas Mueller's avatar Andreas Mueller
Browse files

COSMIT Indentation of formulars

parent 6af9b010
No related branches found
No related tags found
No related merge requests found
......@@ -357,8 +357,8 @@ def enet_path(X, y, rho=0.5, eps=1e-3, n_alphas=100, alphas=None,
The Elastic Net optimization function is::
``1 / (2 * n_samples) * ||y - Xw||^2_2 +
+ alpha * rho * ||w||_1 + 0.5 * alpha * (1 - rho) * ||w||^2_2``
1 / (2 * n_samples) * ||y - Xw||^2_2 +
+ alpha * rho * ||w||_1 + 0.5 * alpha * (1 - rho) * ||w||^2_2
Parameters
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment