-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing nyc_taxi.csv #3748
base: master
Are you sure you want to change the base?
Fixing nyc_taxi.csv #3748
Conversation
@jlee124, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zuhaagha and @rhyolight to be potential reviewers. |
_INPUT_MIN = 8 | ||
|
||
# maximum metric value of nyc_taxi.csv | ||
# maximum metric value of nycTaxi.csv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rhyolight -- but weren't we supposed to be standardizing on using underscores in file names (versus camelcase)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That standard was only for python source file names. I don't think we have a standard for data files. I'm happy as long as it works.
@jlee124 Thanks! please remember to sign our contributor license before we can merge this. |
@jlee124 We still need you to sign our contributor license. |
I worked on issue #3747 to update nyc_taxi.csv to nycTaxi.csv in nyctaxi_anomaly.py and changed file name in ./src/nupic/datafiles/extra/nycTaxi/nyc_taxi.csv to nycTaxi.csv.