databricks/spark-sklearn

"TypeError: Can't instantiate abstract class GridSearchCV with abstract methods _run_search"

cmglaze opened this issue · 2 comments

Getting this error after a very basic call to GridSearchCV on Databricks:

capture

@cmglaze Do you happen to be running scikit-learn 0.20.0? I had the same error, but it went away when I downgraded to 0.19.0, so looks like some compatibility issue. And the problem is I need 0.20.0.

Yes, it doesn't work with 0.20 right now. This is essentially what #53 is about