Skip to content

Instantly share code, notes, and snippets.

@mmerce
Last active December 17, 2015 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmerce/8981311 to your computer and use it in GitHub Desktop.
Save mmerce/8981311 to your computer and use it in GitHub Desktop.
BigMLer advanced command for multi-labels with model fields filter
bigmler --multi-label --name Recruiting_Multilabel \
--train multi_label_recruiting.csv \
--multi-label-fields Titles,Languages,Skills \
--objective Titles \
--label-separator : \
--model-fields='-Name,-ID,-Age,-Gender,-Marital Status,-Languages,-Skills,-Titles - last,-Titles - count' \
--label-aggregate count,last \
--tag multi-label-recruiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment