mirror of
https://github.com/Visualize-ML/Book4_Power-of-Matrix.git
synced 2026-05-11 00:49:34 +08:00
Add files via upload
This commit is contained in:
@@ -39,7 +39,6 @@ def bmatrix(a):
|
||||
return '\n'.join(rv)
|
||||
|
||||
|
||||
# A copy from Seaborn
|
||||
iris = load_iris()
|
||||
X = iris.data
|
||||
y = iris.target
|
||||
|
||||
Reference in New Issue
Block a user