Open ericagreene opened 8 years ago
It should take command line parameters for the number of training and testing examples: ./roundtrip --train-count 1000 --test-count 100.
./roundtrip --train-count 1000 --test-count 100
And maybe even check that the sum is less than the number of lines of ingredients.csv.
ingredients.csv
It should take command line parameters for the number of training and testing examples:
./roundtrip --train-count 1000 --test-count 100
.And maybe even check that the sum is less than the number of lines of
ingredients.csv
.