scikit-learn


In [3]:
%matplotlib inline

# set seaborn plot defaults.
# This can be safely commented out
import seaborn; seaborn.set()

In [4]:
# Import the example plot from the figures directory
from fig_code import plot_sgd_separator
plot_sgd_separator()


---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-4-ce8360b266e1> in <module>()
      1 # Import the example plot from the figures directory
----> 2 from fig_code import plot_sgd_separator
      3 plot_sgd_separator()

ImportError: No module named fig_code

In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]: