Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
1
from .data import *
2
from .figures import *
3
4
from .sgd_separator import plot_sgd_separator
5
from .linear_regression import plot_linear_regression
6
from .helpers import plot_iris_knn
7
8