modeldb icon indicating copy to clipboard operation
modeldb copied to clipboard

sklearn.model_selection not found in modelDB

Open reetak18 opened this issue 5 years ago • 0 comments

from modeldb.sklearn_native.ModelDbSyncer import * File "/usr/local/lib/python2.7/dist-packages/modeldb/sklearn_native/ModelDbSyncer.py", line 20, in from sklearn.grid_search import GridSearch

After receiving this error, I tried- "sudo pip install -U modelDB" but it did not change to model_selection instead of grid_search which is not supported with the current version

reetak18 avatar Jun 18 '19 20:06 reetak18