From c348b66f0d941a0b9a531279e4b402734a4dcf7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Tue, 3 Nov 2015 18:08:10 +0100 Subject: [PATCH] Adapt watcher default settings to the expected flow of samples. --- src/biomon/medibot/watcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/biomon/medibot/watcher.py b/src/biomon/medibot/watcher.py index e95550c..d08044c 100644 --- a/src/biomon/medibot/watcher.py +++ b/src/biomon/medibot/watcher.py @@ -36,8 +36,8 @@ from .. import models as biomon_models class Watcher: - def __init__(self, acceptance_rate=0.8, default_episode_duration=20, - reception_period=2, data_needed_rate=0.5): + def __init__(self, acceptance_rate=0.9, default_episode_duration=24, + reception_period=8, data_needed_rate=0.5): # Acceptance rate is the rate of data samples over the threshold on # the minimal episode duration expected. self.acceptance_rate = acceptance_rate