/csvtovw

Primary LanguagePython

csvtovw

Python script for converting CSV files to Vowpal Wabbit format.

Features:

  • Custom separators (default comma)
  • Namespace support
  • Automatic type inference, with optional typing
  • Bag of Words model
  • Support labeled and unlabeled data

Considering running this script under PyPy.