beta-team / beta-recsys

Beta-RecSys: Build, Evaluate and Tune Automated Recommender Systems
https://beta-recsys.readthedocs.io/en/latest/
MIT License
162 stars 33 forks source link

Save prediction results as a dataframe #372

Closed TedSIWEILIU closed 3 years ago

TedSIWEILIU commented 3 years ago

356 Save the predicted results as a dataframe together with the user, item id and the ground truth. The dataframe is saved under the /result file, named with the model_run_id. The structure of the dataframe is

col_user,col_item,col_rating,col_prediction