Add files via upload

This commit is contained in:
Visualize-ML
2022-09-30 16:43:30 -04:00
committed by GitHub
parent 3a8f8289f3
commit a2395b1b7a
9 changed files with 706 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ def bmatrix(a):
return '\n'.join(rv)
# A copy from Seaborn
iris = load_iris()
X = iris.data
y = iris.target