Skip to content

Commit 533a825

Browse files
author
Kenneth Chan
committed
Merge branch 'develop'
2 parents b86e9d9 + e4212ae commit 533a825

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Please refer to http://docs.prediction.io/templates/complementarypurchase/quicks
66

77
## Versions
88

9+
### v0.3.2
10+
11+
- lower the default minSupport and minConfidence parameter setting
12+
913
### v0.3.1
1014

1115
- Add `minBasketSize` algorithm parameter.

engine.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"params": {
1414
"basketWindow" : 120,
1515
"maxRuleLength" : 2,
16-
"minSupport": 0.1,
17-
"minConfidence": 0.6,
16+
"minSupport": 0.05,
17+
"minConfidence": 0.2,
1818
"minLift" : 1.0,
1919
"minBasketSize" : 2,
2020
"maxNumRulesPerCond": 5

0 commit comments

Comments
 (0)