Spaces:
Sleeping
Sleeping
fifa19_streamlit
Browse files
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>
|