We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b86e9d9 + e4212ae commit 533a825Copy full SHA for 533a825
README.md
@@ -6,6 +6,10 @@ Please refer to http://docs.prediction.io/templates/complementarypurchase/quicks
6
7
## Versions
8
9
+### v0.3.2
10
+
11
+- lower the default minSupport and minConfidence parameter setting
12
13
### v0.3.1
14
15
- Add `minBasketSize` algorithm parameter.
engine.json
@@ -13,8 +13,8 @@
"params": {
"basketWindow" : 120,
"maxRuleLength" : 2,
16
- "minSupport": 0.1,
17
- "minConfidence": 0.6,
+ "minSupport": 0.05,
+ "minConfidence": 0.2,
18
"minLift" : 1.0,
19
"minBasketSize" : 2,
20
"maxNumRulesPerCond": 5
0 commit comments