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