Closed zhouhao-learning closed 4 years ago
Hi, this isnt an error. It is just a warning about potential future issues between tensorboard and numpy. You can still use numpy 1.17 and that will not impact the results.
While on the versioning topic probably worth mentioning that the predictive models we supply as an example are pickled with older version of sckit-learn and from version 0.22 onwards they might break. So if you want to use newer versions of scikit-learn you will have to make your own predictive models.
@patronov I think the new prediction model you can provide is the best result
Upgrading to scikit-learn 0.22 (or higher) will happen with the next major feature release. Until then however we are not planning an update on the provided example models since this drags along environment changes and the need to properly test the code (and possibly adapt certain parts).
Hello, install numpy 1.17 according to the environment version you provided, but I encountered the following problems when executing the create_model mode:
When I reinstalled numpy==1.16.4, I executed the command again without any errors,
So do you need to modify the provided environmental dependencies?