mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
7 lines
179 B
Python
7 lines
179 B
Python
from .data import *
|
|
from .figures import *
|
|
|
|
from .sgd_separator import plot_sgd_separator
|
|
from .linear_regression import plot_linear_regression
|
|
from .helpers import plot_iris_knn
|