This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import numpy as np | |
from scipy import linalg, io, sparse | |
import matplotlib.pyplot as plt | |
from sklearn.externals.joblib import Memory | |
from sklearn.linear_model import lasso_path | |
from sklearn.datasets.mldata import fetch_mldata | |
from sklearn import datasets |