Skip to content

Instantly share code, notes, and snippets.

@krsnewwave
Created March 28, 2022 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krsnewwave/523a64367064c2e6ba5ecc88e2a8301c to your computer and use it in GitHub Desktop.
Save krsnewwave/523a64367064c2e6ba5ecc88e2a8301c to your computer and use it in GitHub Desktop.
ratings:
type: pandas.CSVDataSet
filepath: data/01_raw/ratings.dat.gz
load_args:
compression: 'gzip'
sep: '::'
nrows: 1000000
names: ["userId", "itemId", "rating", "timestamp"]
items:
type: pandas.CSVDataSet
filepath: data/01_raw/movies.dat
load_args:
sep: '::'
names: ["itemId", "movieName", "tags"]
item_rank:
type: pandas.CSVDataSet
filepath: data/03_primary/default_rank.csv
interactions:
type: pickle.PickleDataSet
filepath: data/05_model_input/interactions.pkl
versioned: True
# and others
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment