diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-12 16:05:55 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-12 16:05:55 +0100 |
| commit | 7c3a40b8610d9991e60557d5b3e66741f90c2006 (patch) | |
| tree | eb4868bef0fd5b69f1f1b6b68f9ef0619dac730a | |
| parent | 8f3a7868306d2a71ce074583eeaaad7b4fb0ba3e (diff) | |
| download | analyzer-7c3a40b8610d9991e60557d5b3e66741f90c2006.tar.gz analyzer-7c3a40b8610d9991e60557d5b3e66741f90c2006.zip | |
tweak training params
| -rw-r--r-- | api.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
