https://github.com/shunk031/vtask
https://github.com/shunk031/vtask
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shunk031/vtask
- Owner: shunk031
- Created: 2016-07-17T05:08:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T18:27:09.000Z (about 9 years ago)
- Last Synced: 2025-01-10T17:53:45.504Z (9 months ago)
- Language: Jupyter Notebook
- Size: 487 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v-task
## data
* movie_table.csv
This is the main data. To use the recommendation.
* u_item.csv
Information about the movies. Preprocess to u.item.
## notebooksSome notebooks using Jupyter notebook.
## scripts
* download_dataset.sh
Download the movielens dataset from files.grouplens.org.
* main.py
Main script. Please run this script.
* preprocessing.pyPreprocess movielens dataset.
* recommend.py
Calculate pearson correlation coefficient and recommend to the user.