1.7.0: New features.
This commit is contained in:
@@ -175,8 +175,26 @@ CREATE TABLE IF NOT EXISTS dm_player_features (
|
||||
score_sta REAL,
|
||||
score_hps REAL,
|
||||
score_ptl REAL,
|
||||
score_tct REAL,
|
||||
score_util REAL
|
||||
score_tct REAL,
|
||||
score_util REAL,
|
||||
score_eco REAL,
|
||||
score_pace REAL,
|
||||
|
||||
-- ==========================================
|
||||
-- 8. ECO: Economy Efficiency
|
||||
-- ==========================================
|
||||
eco_avg_damage_per_1k REAL,
|
||||
eco_rating_eco_rounds REAL,
|
||||
eco_kd_ratio REAL,
|
||||
eco_avg_rounds REAL,
|
||||
|
||||
-- ==========================================
|
||||
-- 9. PACE: Aggression & Trade
|
||||
-- ==========================================
|
||||
pace_avg_time_to_first_contact REAL,
|
||||
pace_trade_kill_rate REAL,
|
||||
pace_opening_kill_time REAL,
|
||||
pace_avg_life_time REAL
|
||||
);
|
||||
|
||||
-- Optional: Detailed per-match feature table for time-series analysis
|
||||
|
||||
Reference in New Issue
Block a user