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 sys | |
import pylab as pl | |
from mpl_toolkits.mplot3d import Axes3D | |
from sklearn import datasets | |
import matplotlib.pyplot as plt | |
import matplotlib as matplot | |
import numpy as np | |
from scipy.optimize import fmin_bfgs | |
from sklearn import linear_model |