-
-
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.
Merge pull request #15 from Eve-ning/clean-repo
Clean up repository and briefly prepare for remote training
- Loading branch information
Showing
11 changed files
with
124 additions
and
212 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Submodule data_ppy_sh_to_csv
deleted from
419011
Empty file.
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,92 @@ | ||
# This is the default ignore mapping. | ||
# For every column that is NOT commented out, it'll be IGNORED when converting | ||
# Try to ignore those that are not necessary for your use | ||
# This will heavily reduce storage needed and increase processing speed | ||
# Once you're done, reference this file when calling osu-data-csv via | ||
# osu-data-csv -i path/to/ignore_mapping.yaml | ||
|
||
osu_beatmap_difficulty.sql: | ||
# - beatmap_id | ||
# - mode | ||
# - mods | ||
# - diff_unified | ||
- last_update | ||
osu_beatmaps.sql: | ||
# - beatmap_id | ||
- beatmapset_id | ||
- user_id | ||
# - filename | ||
- checksum | ||
# - version | ||
- total_length | ||
- hit_length | ||
# - countTotal | ||
# - countNormal | ||
# - countSlider | ||
# - countSpinner | ||
# - diff_drain | ||
# - diff_size | ||
# - diff_overall | ||
# - diff_approach | ||
# - playmode | ||
# - approved | ||
- last_update | ||
# - difficultyrating | ||
# - playcount | ||
# - passcount | ||
# - youtube_preview | ||
# - score_version | ||
# - deleted_at | ||
- bpm | ||
osu_scores{mode}_high.sql: | ||
# - score_id | ||
# - beatmap_id | ||
# - user_id | ||
# - score | ||
- maxcombo | ||
- rank | ||
# - count50 | ||
# - count100 | ||
# - count300 | ||
# - countmiss | ||
# - countgeki | ||
# - countkatu | ||
- perfect | ||
# - enabled_mods | ||
# - date | ||
# - pp | ||
# - replay | ||
- hidden | ||
- country_acronym | ||
osu_user_stats{mode}.sql: | ||
# - user_id | ||
- count300 | ||
- count100 | ||
- count50 | ||
- countMiss | ||
- accuracy_total | ||
- accuracy_count | ||
- accuracy | ||
- playcount | ||
- ranked_score | ||
- total_score | ||
- x_rank_count | ||
- xh_rank_count | ||
- s_rank_count | ||
- sh_rank_count | ||
- a_rank_count | ||
- rank | ||
- level | ||
- replay_popularity | ||
- fail_count | ||
- exit_count | ||
- max_combo | ||
- country_acronym | ||
# - rank_score | ||
# - rank_score_index | ||
- rank_score_exp | ||
- rank_score_index_exp | ||
- accuracy_new | ||
- last_update | ||
- last_played | ||
- total_seconds_played |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
reamber==0.1.6 | ||
scikit-learn | ||
junit_xml | ||
pandas | ||
pytorch-lightning |