-
Notifications
You must be signed in to change notification settings - Fork 5
Rank V2
Michal Mikulec edited this page Feb 17, 2022
·
1 revision
-
kills
int
-
deaths
int
-
last_mmr_change
int
⇒ Last game outcome. No MMR adjustments -
prev_rank_mmr
int
-
next_rank_mmr
int
-
mmr
int
-
max_mmr
int
-
wins
int
-
losses
int
-
season
int
⇒ Season ID. Which season it is from the start, with Black Ice being1
-
rank_id
int
⇒ You can figure out what rank the ID corresponds to from this file -
rank
str
⇒ E.g.:Platinum 3
-
max_rank_id
int
⇒ Same asrank_id
but for the highest rank this season -
max_rank
str
⇒ Same asrank
but for the highest rank this season -
region
str
⇒ E.g.:'emea'
-
abandons
int
-
skill_mean
float
⇒skill_mean × 100 ≈ mmr
-
skill_stdev
float
⇒ Represents how certain the game is of the rank/mmr. The more games you play, the smaller it gets. -
season_name
str
-
season_code
str
⇒Y_S_
- E.g.:Y5S2
-
get_dict() -> dict[str: str | int | float]
- Returns
vars(self)
(vars Python docs)
- Returns