user-churn / tabs /workflow.py
VasithaTilakumara
Version 2.0 - added LFS tracking for lsapp.tsv and updated features
53b92fc
raw
history blame contribute delete
555 Bytes
import gradio as gr
def render():
gr.Markdown("### Model Selection Workflow")
with gr.Row():
with gr.Column():
gr.Markdown("""
- Compared **Random Forest** vs **Logistic Regression**
- Used **cross-validation** to ensure robustness
- Checked **learning curves** for bias/variance
""")
with gr.Column():
gr.Markdown("#### Example Learning Curve (placeholder)")
gr.Image("assets/learning_curve.png") # you can replace with generated plot