-
Notifications
You must be signed in to change notification settings - Fork 228
pip install spark-sklearn-(version-no) doesn't work #80
Comments
That's because it's not the correct command. Here is the correct command if you wish to install an older version :
Nevertheless, according to the question that you have asked here, I wouldn't advise that you solve your problem this way. If there is a 'bug' in with |
Thank you for your comment. I see that a bug is already opened for this issue at #73. Do you still want me to share a reproducible code for this problem? |
Honestly I don't think it's necessary anymore. The problems resides in the scikit dependency lib used by the project which deprecated model_selection. |
Are there any plans to update that library? Because unless that happens, the scoring and some of the other parameters cannot be used with spark-sklearn library. |
Yeah, see #73 for more info. I am not sure we can set best_score_ |
Hi
I am looking to use best_score_ parameter from GridSearchCV function, but it looks like that is not present in the latest version of the library. When I'm trying to uninstall the latest version and reinstall and older version with the command
pip install spark-sklearn-(version-no)
It does not work. Please rectify this or refer me to a some documentation to see how I can install older versions in my cluster environments.
Thanks
The text was updated successfully, but these errors were encountered: