predict_price('1st Phase JP Nagar',1000, 2, 2)

后端 未结 0 447
长发绾君心
长发绾君心 2020-12-18 15:33

def predict_price(location,sqft,bath,bhk):

loc_index = np.where(x.columns==location)[0][0]
x = np.zeros(len(x.columns))
x[0] = sqft
x[1] = bath
x[2] = bhk
if          


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