How to make prediction after model registration in azure?

后端 未结 0 1515
执念已碎
执念已碎 2021-01-04 08:41

I created a simply model and then registered in azure. How can I make a prediction?

from sklearn import svm
import joblib
import numpy as np

# customer ages
         


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