2.1 : New

This commit is contained in:
2026-01-28 01:20:26 +08:00
parent b3941cad3b
commit 4afb728bfa
12 changed files with 1084 additions and 16 deletions

View File

@@ -32,6 +32,9 @@ CREATE TABLE IF NOT EXISTS dm_player_features (
basic_avg_revenge_kill REAL,
basic_avg_awp_kill REAL,
basic_avg_jump_count REAL,
basic_avg_knife_kill REAL,
basic_avg_zeus_kill REAL,
basic_zeus_pick_rate REAL,
basic_avg_mvps REAL,
basic_avg_plants REAL,
basic_avg_defuses REAL,
@@ -194,7 +197,30 @@ CREATE TABLE IF NOT EXISTS dm_player_features (
pace_avg_time_to_first_contact REAL,
pace_trade_kill_rate REAL,
pace_opening_kill_time REAL,
pace_avg_life_time REAL
pace_avg_life_time REAL,
rd_phase_kill_early_share REAL,
rd_phase_kill_mid_share REAL,
rd_phase_kill_late_share REAL,
rd_phase_death_early_share REAL,
rd_phase_death_mid_share REAL,
rd_phase_death_late_share REAL,
rd_firstdeath_team_first_death_rounds INTEGER,
rd_firstdeath_team_first_death_win_rate REAL,
rd_invalid_death_rounds INTEGER,
rd_invalid_death_rate REAL,
rd_pressure_kpr_ratio REAL,
rd_pressure_perf_ratio REAL,
rd_pressure_rounds_down3 INTEGER,
rd_pressure_rounds_normal INTEGER,
rd_matchpoint_kpr_ratio REAL,
rd_matchpoint_perf_ratio REAL,
rd_matchpoint_rounds INTEGER,
rd_comeback_kill_share REAL,
rd_comeback_rounds INTEGER,
rd_trade_response_10s_rate REAL,
rd_weapon_top_json TEXT,
rd_roundtype_split_json TEXT,
map_stability_coef REAL
);
-- Optional: Detailed per-match feature table for time-series analysis