Skip to content

JuliaRecsys/DatasetsCF.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatasetsCF.jl - Collection of Collaborative Datasets

Installation: at the Julia REPL, Pkg.add("DatasetsCF")

Reporting Issues and Contributing: See CONTRIBUTING.md

Example

julia> using DatasetsCF

julia> dataset = DatasetsCF.MovieLens();

julia> using Persa

julia> using Statistic

julia> μ = mean(dataset)
3.52986

Datasets

List of package datasets:

Dataset Title
MovieLens 100k This is a set of 100,000 ratings given by a set of users to a set of movies.
MovieLens 1M This is a set of 10,000,000 ratings given by a set of users to a set of movies.