Slackbot
10/20/2022, 6:34 AMJiang
10/20/2022, 7:50 AMMuhammad Awon
10/20/2022, 11:23 AMtrain.ipynb
notebook. Also, check the for spellings if there is any difference.yadwinder kaur
10/20/2022, 4:50 PMMuhammad Awon
10/20/2022, 4:55 PMDictVectorizer
in the custom objects parameter. The model needs it to transform incoming data. Here's how we should do:
import bentoml
bentoml.xgboost.save_model("credit_risk_model", model, custom_objects={"dictVectorizer": dv})
Also, we need to ensure that dictVectorizer spellings are same in service.py
as well.yadwinder kaur
10/20/2022, 8:02 PM