blob: 256a15330c7d79f8c0933b540e02873715b137ef [file] [log] [blame]
{
"id": "default",
"description": "Default settings",
"engineFactory": "org.template.recommendation.RecommendationEngine",
"datasource": {
"params": {
"appId": 1
}
},
"algorithms": [
{
"name": "als",
"params": {
"rank": 10,
"numIterations": 20,
"lambda": 0.01
}
}
]
}