mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
5 lines
209 B
Python
5 lines
209 B
Python
|
from .sgd_separator import plot_sgd_separator
|
||
|
from .linear_regression import plot_linear_regression
|
||
|
from .ML_flow_chart import plot_supervised_chart, plot_unsupervised_chart
|
||
|
from .helpers import plot_iris_knn
|