getting error when calling model through pickle and trying to use it in streamlit app

前端 未结 0 1821
误落风尘
误落风尘 2021-01-20 21:33

I am calling xgboost model through pickle as

with open(model_path,\'rb\') as f:
        model=pickle.load(f)
    predictions=model.predict(model_data)
         


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