Varun-L commited on
Commit
b2eee29
·
1 Parent(s): ff5d9d4

removed accuracy

Browse files
Files changed (1) hide show
  1. algo.py +1 -1
algo.py CHANGED
@@ -2,7 +2,7 @@
2
  description="""
3
  <h2>Purpose</h2>
4
  <p>This application is a Predictive Model developed for finding severity of hearing Loss in children. It uses a Lasso regression model trained on a dataset of hearing health indicators to predict the risk of hearing loss.
5
- The model achieved an accuracy of 87 percent accuracy during testing.
6
  The tool takes various inputs such as age, gender, and specific health indicators, and provides a risk assessment and recommendation based on the model's prediction.</p>
7
 
8
  <h2>Developed by</h2>
 
2
  description="""
3
  <h2>Purpose</h2>
4
  <p>This application is a Predictive Model developed for finding severity of hearing Loss in children. It uses a Lasso regression model trained on a dataset of hearing health indicators to predict the risk of hearing loss.
5
+ The model achieved an accuracy of 87 percent during testing.
6
  The tool takes various inputs such as age, gender, and specific health indicators, and provides a risk assessment and recommendation based on the model's prediction.</p>
7
 
8
  <h2>Developed by</h2>