Skip to content

Commit 43b2393

Browse files
Merge branch 'cuml2'
2 parents 7a995c2 + ff55ee3 commit 43b2393

File tree

3 files changed

+3083
-4
lines changed

3 files changed

+3083
-4
lines changed
969 Bytes
Binary file not shown.

machine-learning/cuml.ipynb renamed to machine-learning/cuml/cuml.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
"from cuml.neighbors import (KNeighborsClassifier as KNeighborsClassifier_gpu,\n",
4040
" KNeighborsRegressor as KNeighborsRegressor_gpu)\n",
4141
"\n",
42-
"\n",
43-
"from matplotlib.colors import ListedColormap\n",
44-
"import matplotlib.pyplot as plt\n",
45-
"\n",
4642
"from time import time\n",
4743
"from timeit import Timer, timeit\n",
4844
"\n",

0 commit comments

Comments
 (0)