Skip to content

Commit b857e41

Browse files
committed
- add metric compute WAPE
1 parent 59c7d1b commit b857e41

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,3 @@ create-requirement-full:
131131
@echo "Reading requirements-keras.txt..."
132132
@cat requirements-keras.txt >> requirements-full.txt
133133
@echo "requirements-full.txt created."
134-
135-
release:
136-
@echo "Creating release"
137-
python scripts/create-new-release.py

evo_science/entities/metrics/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
from .rmse import RMSE
1313
from .roc_curve import RocCurve
1414
from .slope import Slope
15+
from .wape import WAPE

requirements-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ xgboost
44
dtreeviz
55
tabulate
66
seaborn
7-
pandas# This requirements are for development and testing only, not for production.
7+
pandas
88
pytest
99
coverage
1010
flake8

0 commit comments

Comments
 (0)