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 9de1142Copy full SHA for 9de1142
kaggle_requirements.txt
@@ -1,4 +1,5 @@
1
# Please keep this in alphabetical order
2
+--extra-index-url https://pypi.nvidia.com
3
Altair>=5.4.0
4
Babel
5
Boruta
@@ -23,6 +24,7 @@ catboost
23
24
category-encoders
25
cesium
26
comm
27
+cuml-cu12
28
cytoolz
29
dask-expr
30
# 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