Skip to content

How to load Steam dataset in python code like the ml-100k dataset? #792

Answered by 2017pxy
alanjacob10 asked this question in Q&A
Discussion options

You must be logged in to vote

Let me make a summary to this question.
If you want to load a new dataset to run models, you can follow these steps:

  1. Prepare your dataset files:
    In RecBole, we have a default dataset: ml-100k. If you want to use other dataset, you need to prepare your data and convert the raw data into Atomic Files(About Atomic Files, here is the docs). By the way, we have prepared some popular datasets and you can download the atomic files of these datasets from our Google Drive or Baidu Wangpan. Then, create a folder called MyDataset and organize the file structure like:
-MyDataset
    -DataA
        -DataA.inter
        -DataA.item
        - ......
    -DataB
        -DataB.inter
    ........
  1. Set c…

Replies: 5 comments 19 replies

Comment options

You must be logged in to vote
2 replies
@alanjacob10
Comment options

@2017pxy
Comment options

Comment options

You must be logged in to vote
10 replies
@alanjacob10
Comment options

@tsotfsk
Comment options

@alanjacob10
Comment options

@alanjacob10
Comment options

@tsotfsk
Comment options

Comment options

You must be logged in to vote
7 replies
@2017pxy
Comment options

@alanjacob10
Comment options

@hyp1231
Comment options

@alanjacob10
Comment options

@hyp1231
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by alanjacob10
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
good first issue Good for newcomers
5 participants