feat: implement per user pc-rating curve

This commit is contained in:
mokurin000
2025-08-04 13:03:21 +08:00
parent 9d3ca2fe76
commit b9e4b36053
7 changed files with 204 additions and 99 deletions

View File

@@ -1,6 +1,6 @@
import polars as pl
from hasher import salted_hash_userid
from helpers import salted_hash_userid
pl.scan_parquet("regions.parquet").with_columns(
pl.col("user_id").map_elements(salted_hash_userid, return_dtype=pl.String)