--outcome_with_outcome
Switch
--outcome_with_outcome
Description
Adds the outcomes themselves to the list of variables to correlate with the outcomes.
Argument and Default Value
None, default is false.
Details
When doing correlation analysis (DLA) using --rmatrix, --correlate or --tagcloud, this appends the outcomes to the list of features to be correlated with the outcomes.
This means that the output (rmatrix or other) will have extra lines prefixed with outcome_.
Other Switches
Required Switches:
Optional Switches:
Example Commands
dlatkInterface.py -d dla_tutorial -t msgs -c user_id \
-f 'feat$1gram$msgs$16to16' --correlate --csv \
--outcome_table blog_outcomes --outcomes age gender is_student is_education is_technology \
--outcome_with_outcome