I'm getting an ImportError when I try to use the StratifiedGroupKFold split from sklearn.
I noticed to use it the nightly build is required and I've installed it, yet I get the error. Any suggestions on how to solve this are welcome.
Edit: I tried updating conda and then scikit learn and even then it did not work. On installing the night build, it says requirements already satisfied.
Do I need to uninstall scikit-learn and then install the nightly build? Am I missing something here?
Edit 2: I created a new virtual environment and installed the nightly build in the same. Here, the import works fine on the terminal and Spyder but for some strange reason it does not work on jupyter-notebook (which is also installed in the same virtual environment).