Skip to content

Latest commit

 

History

224 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Persa.jl

Collaborative Filtering in Julia

Documentation Build Status

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add Persa

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("Persa")

Packages

Some important packages:

  • DatasetsCF: Package with collaborative filtering datasets.
  • EvaluationCF: Packages for evaluation of predictive algorithms. It contains metrics, data partitioning and more. (under construction)
  • ModelBasedCF: Model based algorithms. (under construction)
  • Surprise: Suprise-Python Wrapper for Persa.jl

About

Recommender System framework for Julia

Topics

Resources

Stars

18 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages