-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b454d28
commit f1f9980
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Felicity-GamePrediction | ||
From the given dataset we have to predict the KDA Ratio for the 10 hero from the given performance of previous 9 heros | ||
### Data Description | ||
Train 9 - Performance of top 9 players of a given user <br> | ||
Train 1 - Performance of 10th player of a given user <br> | ||
Test 9 - Performance of top 9 player of another user <br> | ||
Test 1 - Details of 10th player in which we have to predict the performance using the above three data i.e to be predicted |