@timmeck/marketing-brain 1.32.64 → 1.32.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/marketing-core.js +1 -1
- package/package.json +1 -1
package/dist/marketing-core.js
CHANGED
|
@@ -130,7 +130,7 @@ export class MarketingCore {
|
|
|
130
130
|
this.researchEngine = new ResearchEngine(config.research, postRepo, engagementRepo, campaignRepo, templateRepo, insightRepo, synapseManager);
|
|
131
131
|
try {
|
|
132
132
|
runHypothesisMigration(db);
|
|
133
|
-
const hypothesisEngine = new HypothesisEngine(db, { minEvidence: 3, confirmThreshold: 0.
|
|
133
|
+
const hypothesisEngine = new HypothesisEngine(db, { minEvidence: 3, confirmThreshold: 0.20, rejectThreshold: 0.5 });
|
|
134
134
|
this.researchEngine.setHypothesisEngine(hypothesisEngine);
|
|
135
135
|
logger.info('HypothesisEngine wired into marketing research');
|
|
136
136
|
}
|