Skip to content

What is the atomic file? #607

Answered by hyp1231
mayaKaplansky asked this question in Q&A
Dec 22, 2020 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Sure it is.

You need to pay attention to two parts mainly:

  1. The first line, which contains multiple columns in field_name:field_type format.
  2. The suffixes of files, as you mentioned, indicate the file type.

See https://github.com/RUCAIBox/RecBole/tree/master/tests/test_data/test for examples of atomic file.

user_id:token item_id:token rating:float timestamp:float label:float
6 86 3 883603013 1
38 95 5 892430094 0
97 194 3 884238860 0

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mayaKaplansky
Comment options

@hyp1231
Comment options

@mayaKaplansky
Comment options

@hyp1231
Comment options

@mayaKaplansky
Comment options

Answer selected by hyp1231
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
2 participants