freddyaboulton HF Staff commited on
Commit
812f937
·
1 Parent(s): ca007eb

Link to code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ unique_country = sorted(X_train["native.country"].unique())
67
 
68
  with gr.Blocks() as demo:
69
  gr.Markdown("""
70
- **Income Classification with XGBoost 💰**: This demo uses an XGBoost classifier predicts income based on demographic factors, along with Shapley value-based *explanations*. The [source code for this Gradio demo is here](https://huggingface.co/spaces/gradio/xgboost-income-prediction-with-explainability).
71
  """)
72
  with gr.Row():
73
  with gr.Column():
 
67
 
68
  with gr.Blocks() as demo:
69
  gr.Markdown("""
70
+ **Income Classification with XGBoost 💰**: This demo uses an XGBoost classifier predicts income based on demographic factors, along with Shapley value-based *explanations*. The [source code for this Gradio demo is here](https://huggingface.co/spaces/gradio/xgboost-income-prediction-with-explainability/blob/main/app.py).
71
  """)
72
  with gr.Row():
73
  with gr.Column():