Tenefix 80cols commited on
Commit
5b61b46
·
verified ·
1 Parent(s): 1b736d3

Update app.py (#9)

Browse files

- Update app.py (9f10403b22a1af783390310acdaafdd6b39471ef)


Co-authored-by: Sandro Ferroni <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ with demo:
254
  It's high time to launch our prediction, by pressing the button you will launch the
255
  fraud analysis that our fictitious bank offers you.
256
 
257
- This server employs a [Decision Tree (by Concrete-ML)](https://github.com/zama-ai/concrete-ml/blob/release/1.8.x/docs/references/api/concrete.ml.sklearn.tree.md#class-decisiontreeclassifier)
258
  classifier model that has been trained on a synthetic data-set.
259
  """
260
  )
 
254
  It's high time to launch our prediction, by pressing the button you will launch the
255
  fraud analysis that our fictitious bank offers you.
256
 
257
+ This server employs a [Random Forest (by Concrete-ML)](https://github.com/zama-ai/concrete-ml/blob/release/1.8.x/docs/references/api/concrete.ml.sklearn.rf.md#class-randomforestclassifier)
258
  classifier model that has been trained on a synthetic data-set.
259
  """
260
  )