using pyinstaller to compile pickled sklearn model to EXE file without import Sklearn module

前端 未结 0 1059
既然无缘
既然无缘 2020-12-06 06:15

I\'m using pickle to load voting regressor model so I don\'t want to import pandas, sklearn at all (to minimize file size)

When I run my code at Spyder, it works well

相关标签:
回答
  • 消灭零回复
提交回复
热议问题