Gumball2k5 commited on
Commit
5b90f32
·
verified ·
1 Parent(s): b8c1045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ with tab1:
273
  st.markdown("""
274
  To optimize performance, we applied a "Two-Stream" strategy:
275
  1. **Stream 1 (Linear Models):** Linear models (like Linear Regression) were trained on a feature set pruned using VIF to avoid multicollinearity.
276
- 2. **Stream 2 (Tree-based Models):** More complex models (like Random Forest, Gradient Boosting) were trained on a comprehensive set of 157 features to capture non-linear relationships.
277
 
278
  Our Champion Model is a **Stacking** model from Stream 2, which demonstrated superior performance.
279
  """)
 
273
  st.markdown("""
274
  To optimize performance, we applied a "Two-Stream" strategy:
275
  1. **Stream 1 (Linear Models):** Linear models (like Linear Regression) were trained on a feature set pruned using VIF to avoid multicollinearity.
276
+ 2. **Stream 2 (Tree-based Models):** More complex models (like Random Forest, Gradient Boosting) were trained on a comprehensive set of 156 features to capture non-linear relationships.
277
 
278
  Our Champion Model is a **Stacking** model from Stream 2, which demonstrated superior performance.
279
  """)