Skip to content

Commit

Permalink
Update name of nyc_taxi.csv to nycTaxi.csv (#3776)
Browse files Browse the repository at this point in the history
  • Loading branch information
agdenadel authored and rhyolight committed Sep 29, 2017
1 parent fefc028 commit 1aea72a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/opf/clients/nyctaxi/nyctaxi_anomaly.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
_LOGGER = logging.getLogger(__name__)

_INPUT_DATA_FILE = resource_filename(
"nupic.datafiles", "extra/nyctaxi/nyc_taxi.csv"
"nupic.datafiles", "extra/nyctaxi/nycTaxi.csv"
)
_OUTPUT_PATH = "anomaly_scores.csv"

_ANOMALY_THRESHOLD = 0.9

# minimum metric value of nyc_taxi.csv
# minimum metric value of nycTaxi.csv
_INPUT_MIN = 8

# maximum metric value of nyc_taxi.csv
# maximum metric value of nycTaxi.csv
_INPUT_MAX = 39197


Expand Down

0 comments on commit 1aea72a

Please sign in to comment.