sree4411 commited on
Commit
4d17abd
Β·
verified Β·
1 Parent(s): aa9f86b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -65,13 +65,13 @@ with tab1:
65
  - **AUC** (Area Under the Curve) measures how well the model separates the classes.
66
  - AUC ranges from 0 to 1. Closer to 1 = better.
67
  """)
68
- st.image(
69
- "https://upload.wikimedia.org/wikipedia/commons/6/6b/Roccurves.png",
70
- caption="ROC Curves Example",
71
- width=400 # πŸ‘ˆ adjust as needed (300–600 works well)
72
- )
73
 
74
- st.info("βœ”οΈ Best for evaluating probabilistic classifiers.")
75
 
76
  st.markdown("---")
77
  st.success("πŸ“Œ Tip: Use **F1 Score** or **ROC-AUC** in imbalanced classification problems!")
 
65
  - **AUC** (Area Under the Curve) measures how well the model separates the classes.
66
  - AUC ranges from 0 to 1. Closer to 1 = better.
67
  """)
68
+ st.image(
69
+ "https://upload.wikimedia.org/wikipedia/commons/6/6b/Roccurves.png",
70
+ caption="ROC Curves Example",
71
+ width=400 # πŸ‘ˆ adjust as needed (300–600 works well)
72
+ )
73
 
74
+ st.info("βœ”οΈ Best for evaluating probabilistic classifiers.")
75
 
76
  st.markdown("---")
77
  st.success("πŸ“Œ Tip: Use **F1 Score** or **ROC-AUC** in imbalanced classification problems!")