Skip to content

Commit

Permalink
Add requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
hrayrhar committed Jun 30, 2018
1 parent 69c9bcf commit 847eadc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Keras==2.1.2
numpy==1.13.1
scikit-learn==0.18.2
pandas==0.20.3

1 comment on commit 847eadc

@pwhitley2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried following the steps for replicating your benchmarks. The phrasing about otherwise liberal use of numpy and pandas didn't make it clear those were needed until the errors from running step 2. I suppose it was a serious comment for those two packages to be listed under "requirements." Once those were installed, the next error message was needing to install YAML, which I researched and installed but didn't see this package as a requirement. (Maybe it was understood it would be with Python, already...?) Step 2 ran until then, the next error message which said there was not an output_path designated and I am now researching how to create that in the script. I know your article said your steps could be repeated by someone without a deep knowledge of medicine or data analytics...I would like to know what I missed so that it has caused me to see so many errors -- just in Step 2. Any help so greatly appreciated.
image

Please sign in to comment.