datarobot / datarobot-user-models

User's custom models boilerplate
Other
96 stars 87 forks source link

Numpy version mismatch #72

Closed jakemsnyder closed 4 years ago

jakemsnyder commented 4 years ago

Following the instructions in the readme, the virtual environment I create installs numpy==1.19.0. But the public sklearn environments in staging and prod use numpy==1.16.4. This causes problems when I upload my model because it will pass drum testing locally, then fail in DataRobot (because it will not be able to load the pickle file). Can we update the requirements file to specify the appropriate package versions?

yakov-g commented 4 years ago

Hey @jakemsnyder, which instructions do you follow?

jakemsnyder commented 4 years ago

Instructions after Running examples header here: https://pypi.org/project/datarobot-drum/

yakov-g commented 4 years ago

We are updating this right now. Consider those docs obsolete for a couple of days.

Please use this: https://github.com/datarobot/datarobot-user-models/tree/yakov/docs/custom_model_runner Which will lead you to: https://github.com/datarobot/datarobot-user-models/