Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
Kernel: Unknown Kernel

scikit-learn

%matplotlib inline # set seaborn plot defaults. # This can be safely commented out import seaborn; seaborn.set()
# 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