Skip to content

CSV Utility

Compare
Choose a tag to compare
@minimaxir minimaxir released this 05 May 19:44
· 99 commits to master since this release
  • Added validation to disable validation training for speed.
  • Added is_csv: Use with train_from_file if the source file is a one-column CSV (e.g. an export from BigQuery or Google Sheets) for proper quote/newline escaping.
  • README tweaks