Skip to content

Instantly share code, notes, and snippets.

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