Unverified Commit 5c9aa3f1 authored by Lucky Srivastava's avatar Lucky Srivastava Committed by GitHub
Browse files

Update readme

parent ba0a6f60
...@@ -43,7 +43,7 @@ In both datasets, the timestamp is represented in seconds since midnight Coordin ...@@ -43,7 +43,7 @@ In both datasets, the timestamp is represented in seconds since midnight Coordin
### Download and preprocess dataset ### Download and preprocess dataset
To download the dataset, please install Pandas package first. Then issue the following command: To download the dataset, please install Pandas package first. Then issue the following command:
``` ```
python ../datasets/movielens.py python movielens.py
``` ```
Arguments: Arguments:
* `--data_dir`: Directory where to download and save the preprocessed data. By default, it is `/tmp/movielens-data/`. * `--data_dir`: Directory where to download and save the preprocessed data. By default, it is `/tmp/movielens-data/`.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment