huabdul commited on
Commit
dfa0f6d
·
1 Parent(s): ed1e61d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def create_plot(x1, y1, x2, y2, cov1, cov2, n1, n2, max_depth, n_estimators):
71
  return fig
72
 
73
  info = '''
74
- # AdaBoost Classifier Example on Gaussian Quantile Generated Data
75
 
76
  This example fits an [AdaBoost classifier](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html#sklearn.ensemble.AdaBoostClassifier) on two non-linearly separable classes. The samples are generated using two [Gaussian quantiles](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html#sklearn.datasets.make_gaussian_quantiles) of configurable mean and covariance (see the sliders below).
77
 
 
71
  return fig
72
 
73
  info = '''
74
+ # AdaBoost Classifier Example on Gaussian Quantile Generated Data.
75
 
76
  This example fits an [AdaBoost classifier](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html#sklearn.ensemble.AdaBoostClassifier) on two non-linearly separable classes. The samples are generated using two [Gaussian quantiles](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html#sklearn.datasets.make_gaussian_quantiles) of configurable mean and covariance (see the sliders below).
77