Skip to content

Instantly share code, notes, and snippets.

@HariSan1
Created November 13, 2019 21:44
Show Gist options
  • Save HariSan1/9de92a466c005ccc7e27e2828e3c4c4d to your computer and use it in GitHub Desktop.
Save HariSan1/9de92a466c005ccc7e27e2828e3c4c4d to your computer and use it in GitHub Desktop.
#Now run ludwig - its that simple! watch the output below
#format is
#!ludwig train --data_train_csv <PATH TO TRAINING FILE> --data_test_csv <PATH TO TESTING FILE> --model_definition_file <MODEL DEF FILE>
#Exclamation mark required if running from Google Colab Jupyter notebook
!ludwig train \
--data_train_csv '/content/train.csv' \
--data_test_csv '/content/test.csv' \
--model_definition_file model_definition.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment