Added Dockerfile and added Docker build steps to Makefile #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Ariel,
I have created a Dockerfile which installs all the dependencies required to run this script and also updated the Makefile to add some make docker commands.
I renamed the file
ariel.csvtoroot.csvdue to it looking for the username :Then I run the following make command :
or the abbreviated command is :
It will then build the docker container if it doesn't exist and then generate the
scores.txtandroot.scores.pngfiles.I was hoping to be able to use your repository to help with doing similar machine-learning but with Irritable Bowel Syndrome (IBS) Symptoms.
Instead of adding in weight we instead add in a digestive symptom score which is calculated by an app called Cara :
There was a discussion earlier today on Reddit about using Machine Learning to troubleshoot IBS symptoms :
https://www.reddit.com/r/ibs/comments/9f1w46/im_working_on_a_startup_to_find_individual/
and it reminded me of your Weight Loss machine learning repository I looked at a while ago, any way let me know what you think!