Commit 08bb9eb5 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Merge pull request #7594 from lucky096:master

PiperOrigin-RevId: 270791796
parents c27127b8 5c78cf88
...@@ -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