Skip to content

Instantly share code, notes, and snippets.

@mmerce
Last active August 29, 2015 13:56
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/8980564 to your computer and use it in GitHub Desktop.
Save mmerce/8980564 to your computer and use it in GitHub Desktop.
BigMLer advanced command for multi-label predictor features
bigmler --multi-label --name Recruiting_Multilabel \
--train multi_label_recruiting.csv \
--multi-label-fields Titles,Languages,Skills \
--objective Titles --label-separator : \
--label-aggregate count,last
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment