CSV Utility
- Added
validation
to disable validation training for speed. - Added
is_csv
: Use withtrain_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
validation
to disable validation training for speed.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.