Skip to content

Commit

Permalink
Update location of import_utils from common to internals for Fo…
Browse files Browse the repository at this point in the history
…rest notebook (rapidsai#5171)

Closes rapidsai#5172

Authors:
  - Taurean Dyer (https://github.com/taureandyernv)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: rapidsai#5171
  • Loading branch information
taureandyernv authored Jan 31, 2023
1 parent ea3e711 commit b21d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/forest_inference_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"import os\n",
"\n",
"from cuml.testing.utils import array_equal\n",
"from cuml.common.import_utils import has_xgboost\n",
"from cuml.internals.import_utils import has_xgboost\n",
"\n",
"from cuml.datasets import make_classification\n",
"from cuml.metrics import accuracy_score\n",
Expand Down

0 comments on commit b21d466

Please sign in to comment.