Sign inSign up

cicorias/predict

By cicorias

Updated almost 4 years ago

Image
0

233

cicorias/predict repository overview

Running the model

  1. Create some local path and a sub directory called data
  2. Place the test.csv data file in the ./data/test.csv location -- this is all that works.
  3. run from a bash prompt docker run -it --rm -v $PWD/data:/data -v $PWD/data:/app/data cicorias/predict:latest
  4. Capture the output for the full prediction table from the console output.
  5. In the ./data/ path there will be an "output-*.txt" file -- this has the results

Tag summary

Content type

Image

Digest

sha256:16edd2035

Size

1.6 GB

Last updated

almost 4 years ago

docker pull cicorias/predict