summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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