An open API service indexing awesome lists of open source software.

https://github.com/shunk031/vtask


https://github.com/shunk031/vtask

Last synced: 7 months ago
JSON representation

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.

## notebooks

Some 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.py

Preprocess movielens dataset.

* recommend.py

Calculate pearson correlation coefficient and recommend to the user.