--csv
Switch
--csv
Description
Generates a csv output when using the --correlate switch.
Argument and Default Value
No argument. Boolean switch, default: False.
Details
Writes the same correlation matrix that would otherwise only print to screen (or, with --rmatrix, to an R-friendly text file) out to a .csv file next to --output_name. Also used by other reporting switches such as --ttest_feat_tables to write their results to csv instead of stdout.
Other Switches
Optional Switches:
Example Commands
dlatkInterface.py -d testing -t msgs -c user_id -f 'feat$1to3gram$msgs$user_id$16to16' --outcome_table users --outcomes age salary --output_name test_correlation --rmatrix --csv --sort