Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
datasets:
|
| 2 |
- other
|
| 3 |
library_name: autogluon
|
|
@@ -18,6 +24,8 @@ tags:
|
|
| 18 |
# AutoGluon Tabular Predictor for Receiver Stats
|
| 19 |
|
| 20 |
This model was trained using AutoGluon's `TabularPredictor` on the "Receiver Stats" dataset from the Hugging Face Hub.
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Training Details
|
| 23 |
* **Problem Type**: binary
|
|
@@ -128,6 +136,5 @@ This table shows the performance of the individual models and ensembles AutoGluo
|
|
| 128 |
|
| 129 |
## How to Use
|
| 130 |
|
| 131 |
-
You can load this model and make predictions using AutoGluon
|
| 132 |
-
|
| 133 |
-
markdown_content +=
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- james-kramer/receiverstats
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
---
|
| 7 |
datasets:
|
| 8 |
- other
|
| 9 |
library_name: autogluon
|
|
|
|
| 24 |
# AutoGluon Tabular Predictor for Receiver Stats
|
| 25 |
|
| 26 |
This model was trained using AutoGluon's `TabularPredictor` on the "Receiver Stats" dataset from the Hugging Face Hub.
|
| 27 |
+
This model works to classify popular NFL wide-recievers as "Elite" or not based on an augmented set of season statistics.
|
| 28 |
+
This was was validates on a set of real-world wide-reciever statistics.
|
| 29 |
|
| 30 |
## Training Details
|
| 31 |
* **Problem Type**: binary
|
|
|
|
| 136 |
|
| 137 |
## How to Use
|
| 138 |
|
| 139 |
+
You can load this model and make predictions using AutoGluon
|
| 140 |
+
Do not use this model to draw real-world conclusions, this model is for educational and instructional purposes only.
|
|
|