Skip to content
#

nvidia

Here are 702 public repositories matching this topic...

miguelusque
miguelusque commented Dec 6, 2020

Is your feature request related to a problem? Please describe.
While porting some code from SKL to cuML, I have noticed the following:

SKL:
from sklearn.model_selection import train_test_split
cuML:
from cuml.preprocessing.model_selection import train_test_split

If I try to do from cuml.model_selection import train_test_split, the following error is displayed:
`ModuleNotFoundE

Improve this page

Add a description, image, and links to the nvidia topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nvidia topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.