-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi!
When computing the KL divergence, I get the following warnings from pandas:
/home/marta/miniconda3/envs/deap/lib/python3.8/site-packages/recsyslearn/fairness/utils.py:92: FutureWarning: In a future version, the Index constructor will not infer numeric dtypes when passed object-dtype sequences (matching Series behavior)
top_n = top_n.merge(rel_matrix, on=["user", "item", "group"], how="outer")
I think we should try to conform to pandas' suggestion (or maybe silence the warning... 😅 )
Ciao!
Marta
Metadata
Metadata
Assignees
Labels
No labels