Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
"from sklearn import model_selection" is not supported?

Hi,

I got a message below when I was importing model_selection from sklearn on research notebooks. Is it because Quantopian does not support a full package of sklearn? and is there a way I can use it on Quantopian platform coz I kinda need to compare different ML models performance.

Thank you so much.

==================================================== InputRejected:

Importing model_selection from sklearn raised an ImportError. Did you mean to import feature_selection from sklearn?

Have a good day,
Kelvin