Skip to content

Commit

Permalink
ENH removed useless todo
Browse files Browse the repository at this point in the history
  • Loading branch information
QB3 committed Sep 7, 2020
1 parent 069c664 commit 527316d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sparse_ho/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,6 @@ def get_hessian(self, mask, dense, log_alpha):
return hessian

def _use_estimator(self, X, y, alpha, tol, max_iter):
"""TODO
"""
X /= alpha
self.estimator.set_params(tol=tol, alpha=1)
self.estimator.fit(X, y)
Expand Down

0 comments on commit 527316d

Please sign in to comment.