JuliaRecsys / ContextCF.jl

Extension of the RecSys framework Persa, enabling easy use of Context Aware Recommender Systems in Julia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create others methods to create a DatasetContext

filipebraida opened this issue · comments

It is better to create other generic signatures for creating the dataset.

Examples:
dataset = ContextCF.DatasetContext(df)

dataset = ContextCF.DatasetContext(df, :isWeekend, :isHappy)