alteryx / ta1-primitives

2 stars 3 forks source link

Update to handle multiple targets #24

Closed thehomebrewnerd closed 5 years ago

thehomebrewnerd commented 5 years ago

Made updates to multi_table.py, single_table.py and utils.py to handle situations where multiple targets are specified. Instead of returning a single target find_target_column now returns a list of target columns (or column ids).

Also updated run_pipelines.sh to do both fit-score and evaluate for each pipeline.