Create dataset_config.yaml
Browse files- dataset_config.yaml +15 -0
dataset_config.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# dataset_config.yaml
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: ball_by_ball
|
| 4 |
+
data_files:
|
| 5 |
+
- NPL_final.csv
|
| 6 |
+
description: >
|
| 7 |
+
Ball-by-ball dataset of Nepal Premier League matches. Contains detailed delivery-level information
|
| 8 |
+
such as batsman, bowler, runs, extras, and dismissals for each ball.
|
| 9 |
+
|
| 10 |
+
- config_name: match_summary
|
| 11 |
+
data_files:
|
| 12 |
+
- NPL matches.csv
|
| 13 |
+
description: >
|
| 14 |
+
Match-level summary dataset of Nepal Premier League matches. Includes overall match statistics,
|
| 15 |
+
team scores, results, toss details, and other summary information.
|