dcrey7 commited on
Commit
93dfed1
·
1 Parent(s): ede30af

fifa19_streamlit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def main():
141
 
142
  <h4 style='font-size: 18px;'>How it Works</h4>
143
  <ol style='font-size: 14px;'>
144
- <li>The app uses advanced machine learning to analyze player attributes and find similar players</li>
145
  <li>It considers over 70 different player statistics and characteristics</li>
146
  <li>Provides market value predictions to help with transfer budget planning</li>
147
  </ol>
 
141
 
142
  <h4 style='font-size: 18px;'>How it Works</h4>
143
  <ol style='font-size: 14px;'>
144
+ <li>The app uses advanced machine learning(KNN and XGBoost) to analyze player attributes and find similar players</li>
145
  <li>It considers over 70 different player statistics and characteristics</li>
146
  <li>Provides market value predictions to help with transfer budget planning</li>
147
  </ol>