Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit d9d3e49

Browse files
committed
make spark LR default; fix name
1 parent bb7b144 commit d9d3e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"engineFactory": "org.template.textclassification.TextClassificationEngine",
55
"datasource": {
66
"params": {
7-
"appName": "smallerData"
7+
"appName": "MyTextApp"
88
}
99
},
1010
"preparator": {
@@ -16,7 +16,7 @@
1616
},
1717
"algorithms": [
1818
{
19-
"name": "bid-lr",
19+
"name": "lr",
2020
"params": {
2121
"maxIter": 1,
2222
"regParam": 0.00000005,

0 commit comments

Comments
 (0)