Skip to content

Commit ef297d7

Browse files
committed
Merge branch 'master' of https://github.com/CIDARLAB/DAFD
2 parents cdb97b5 + c4988a3 commit ef297d7

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

File renamed without changes.

core_logic/RegimeClassifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sklearn.metrics
55
import numpy as np
66

7-
load_model = True # Load the file from disk
7+
load_model = False # Load the file from disk
88

99
class RegimeClassifier:
1010
"""

core_logic/Regressor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import numpy as np
1515
import sklearn.metrics
1616

17-
load_model = True # Load the file from disk
17+
load_model = False # Load the file from disk
1818

1919
class Regressor:
2020
"""

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Markdown==3.0.1
1212
matplotlib==3.0.2
1313
numpy==1.15.4
1414
pandas==0.23.4
15+
Pillow==6.2.1
16+
pkg-resources==0.0.0
1517
protobuf==3.6.1
1618
pyparsing==2.3.0
1719
python-dateutil==2.7.5

0 commit comments

Comments
 (0)