Sign in
apache
/
predictionio-template-skeleton
/
refs/heads/develop
/
.
/
engine.json
blob: ca61630c1e7cd33945eda338f89b1088a76a9f5c [
file
] [
log
] [
blame
]
{
"id"
:
"default"
,
"description"
:
"Default settings"
,
"engineFactory"
:
"org.example.vanilla.VanillaEngine"
,
"datasource"
:
{
"params"
:
{
"appName"
:
"INVALID_APP_NAME"
}
},
"algorithms"
:
[
{
"name"
:
"algo"
,
"params"
:
{
"mult"
:
1
}
}
]
}