summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-12 16:05:55 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-12 16:05:55 +0100
commit7c3a40b8610d9991e60557d5b3e66741f90c2006 (patch)
treeeb4868bef0fd5b69f1f1b6b68f9ef0619dac730a
parent8f3a7868306d2a71ce074583eeaaad7b4fb0ba3e (diff)
downloadanalyzer-7c3a40b8610d9991e60557d5b3e66741f90c2006.tar.gz
analyzer-7c3a40b8610d9991e60557d5b3e66741f90c2006.zip
tweak training params
-rw-r--r--api.py4
1 files 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