Skip to content
Snippets Groups Projects
Commit eb34e436 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Remove unused inports from lasso_cd

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@714 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
parent 477aa3ed
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
# $Id$
import numpy as np
import scipy.linalg as linalg
def lasso_coordinate_descent(model, X, y, maxit):
"""Coordinate descent for Lasso model"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment