From 7c3a40b8610d9991e60557d5b3e66741f90c2006 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 12 Mar 2017 16:05:55 +0100 Subject: tweak training params --- api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.py b/api.py index de09ad3..ec6db30 100644 --- a/api.py +++ b/api.py @@ -47,9 +47,9 @@ class KDAClassifier(object): self._label = "win" # learn configuration - self._steps = 50 # per batch + self._steps = 200 # per batch self._batchsize = 500 - self._max_batches = 20 # number of batches to train + self._max_batches = 5 # number of batches to train # database mappings # TODO cache, rm duplicated code -- cgit v1.3.1