Sign in
apache
/
predictionio-template-skeleton
/
refs/tags/v0.1.1
/
.
/
engine.json
blob: 9ae725409afbe00f6a67972ea44979a48db176ad [
file
] [
log
] [
blame
]
{
"id"
:
"default"
,
"description"
:
"Default settings"
,
"engineFactory"
:
"org.template.vanilla.VanillaEngine"
,
"datasource"
:
{
"params"
:
{
"appId"
:
1
}
},
"algorithms"
:
[
{
"name"
:
"algo"
,
"params"
:
{
"mult"
:
1
}
}
]
}