JUNGU commited on
Commit
5de9a88
·
1 Parent(s): 97c0142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,8 +115,8 @@ elif regression_type == "Random Forest Regression":
115
  model.fit(X, data['B'])
116
  axes[0].plot(X, model.predict(X), 'b--')
117
  st.write("Random Forest equation is not easily representable.")
118
- axes[0].legend(loc='upper right')
119
- axes[0].set_title('RGB Values')
120
 
121
  # HSV 차트
122
  axes[1].plot(data['H'], 'r', label='H')
 
115
  model.fit(X, data['B'])
116
  axes[0].plot(X, model.predict(X), 'b--')
117
  st.write("Random Forest equation is not easily representable.")
118
+ axes[0].legend(loc='upper right')
119
+ axes[0].set_title('RGB Values')
120
 
121
  # HSV 차트
122
  axes[1].plot(data['H'], 'r', label='H')