Skip to content

Bug Report #4

Description

@xy-lin77

In datahub/movielens1M/preprocess_slate_aware.ipynb, the slate_rating column of the res_df dataset displays values that are not 0 or 1. To fix this, you need to modify the ninth line from the bottom of the third code block from

slate_rating_c.append(rating_list[l: i] + item_id_list[i + 1: r + 1])

to

slate_rating_c.append(rating_list[l: i] + rating_list[i + 1: r + 1])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions