Allisona commited on
Commit
7b5e95c
·
verified ·
1 Parent(s): 8fac545

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -44
README.md DELETED
@@ -1,44 +0,0 @@
1
- ---
2
- title: UFC Fight Predictor
3
- colorFrom: blue
4
- colorTo: gray
5
- sdk: gradio
6
- sdk_version: 3.44.0
7
- app_file: app.py
8
- pinned: false
9
- ---
10
-
11
- # UFC Fight Predictor
12
-
13
- Predict UFC fight outcomes using Machine Learning.
14
-
15
- ## Model Information
16
-
17
- - **Accuracy**: 99%
18
- - **Algorithm**: Logistic Regression
19
- - **Features**: Knockdowns, significant strikes, takedowns, submissions
20
- - **Dataset**: 1,400+ real UFC fights
21
-
22
- ## How to Use
23
-
24
- 1. Enter statistics for both fighters
25
- 2. Select weight class
26
- 3. Adjust fight method parameter
27
- 4. Click Submit to get prediction
28
-
29
- ## Model Features
30
-
31
- The model analyzes:
32
- - Statistical differences between fighters
33
- - Striking efficiency
34
- - Weight class
35
- - Fight round
36
-
37
- ## Output
38
-
39
- The model returns:
40
- - Predicted winner
41
- - Probabilities for each fighter
42
- - Confidence level
43
-
44
- Developed for data analysis and machine learning demonstration.