We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5452732 commit c3342b8Copy full SHA for c3342b8
kaggle_requirements.txt
@@ -23,6 +23,7 @@ catboost
23
category-encoders
24
cesium
25
comm
26
+cuml-cu12
27
cytoolz
28
dask-expr
29
# Older versions of datasets fail with "Loading a dataset cached in a LocalFileSystem is not supported"
tests/test_cuml.py
@@ -6,7 +6,6 @@
6
class TestCuml(unittest.TestCase):
7
@gpu_test
8
@p100_exempt # b/342143152: cuML(>=24.4v) is inompatible with p100 GPUs.
9
- @unittest.skip("b/381287748 cuML is not installed in Colab.")
10
def test_pca_fit_transform(self):
11
import unittest
12
import numpy as np
0 commit comments