feat: implement per user pc-rating curve
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user