1.7.0: New features.

This commit is contained in:
2026-01-27 21:26:07 +08:00
parent 5693eb84ee
commit 6b4cc048b3
11 changed files with 737 additions and 40 deletions

Binary file not shown.

View File

@@ -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