chaphoto commited on
Commit
7bb60c9
1 Parent(s): 7560521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -111,8 +111,7 @@ st.subheader('Price of House is : ')
111
  st.write(str(user_result))
112
  st.title('output')
113
  st.subheader('r2_score: ')
114
- st.write(str(r2_score(y_test, lr.predict(x_test))*100)+'%')','LotFrontage':'House_age', 'Avg. Area Number of Rooms':'No_rooms',
115
- # 'Avg. Area Number of Bedrooms':'No_bedrooms', 'Area Population':'population'},inplace = True)
116
 
117
 
118
  # HEADINGS
 
111
  st.write(str(user_result))
112
  st.title('output')
113
  st.subheader('r2_score: ')
114
+ st.write(str(r2_score(y_test, lr.predict(x_test))*100)+'%')
 
115
 
116
 
117
  # HEADINGS