huabdul commited on
Commit
3af96c7
·
1 Parent(s): 43ae0c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -78,6 +78,8 @@ For the first generated Gaussian, the inner half quantile is assigned to Class A
78
  A histogram of the decision scores of the AdaBoostClassifer is shown below. Values closer to -1 mean a high confidence that the sample belongs to Class A, and values closer to 1 mean a high confidence that the sample belongs to Class B.
79
 
80
  Use the controls below to change the Gaussian distribution parameters, number of generated samples in each Gaussian distribution, and the classifier's max_depth and n_estimators.
 
 
81
  '''
82
  with gr.Blocks(analytics_enabled=False) as demo:
83
  gr.Markdown(info)
 
78
  A histogram of the decision scores of the AdaBoostClassifer is shown below. Values closer to -1 mean a high confidence that the sample belongs to Class A, and values closer to 1 mean a high confidence that the sample belongs to Class B.
79
 
80
  Use the controls below to change the Gaussian distribution parameters, number of generated samples in each Gaussian distribution, and the classifier's max_depth and n_estimators.
81
+
82
+ Created by [@huabdul](https://huggingface.co/huabdul) based on [Scikit-learn docs](https://scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html).
83
  '''
84
  with gr.Blocks(analytics_enabled=False) as demo:
85
  gr.Markdown(info)