diff options
| author | jfalkenhagen <jfalkenhagen@uos.de> | 2020-07-16 16:39:19 +0200 |
|---|---|---|
| committer | jfalkenhagen <jfalkenhagen@uos.de> | 2020-07-16 16:39:19 +0200 |
| commit | 98d23807e35cc211415c7e0c887f1b1b502f10e5 (patch) | |
| tree | ebb649c585166e546dda704990ed4c5eeb95519f /bin/eval-online-model-accuracy.py | |
| parent | a00ffc0e32ddc72a8faceec4344432cdbf3b90c7 (diff) | |
| parent | af4cc108b5c5132a991a2b83d258ed55e985936f (diff) | |
Merge branch 'master' into janis
Diffstat (limited to 'bin/eval-online-model-accuracy.py')
| -rwxr-xr-x | bin/eval-online-model-accuracy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/eval-online-model-accuracy.py b/bin/eval-online-model-accuracy.py index 202ac28..97fd8e2 100755 --- a/bin/eval-online-model-accuracy.py +++ b/bin/eval-online-model-accuracy.py @@ -28,7 +28,7 @@ import itertools import yaml from dfatool.automata import PTA from dfatool.codegen import get_simulated_accountingmethod -from dfatool.dfatool import regression_measures +from dfatool.model import regression_measures import numpy as np opt = dict() |
