Last active
December 4, 2019 01:25
-
-
Save pertschuk/e56bf0ab1afc8cddb4838a09c4f98650 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed 's/ /|n /' $DATA_DIR/collection.tsv | \ | |
sed "s/:/ /g" | sed "s/,/ /g" | sed "s/\./ /g" | \ | |
tr '[:upper:]' '[:lower:]' | stmr | \ | |
vw -i bio_model --ngram n2 --skips n1 --predictions $DATA_DIR/preds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment