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.
Made updates to
multi_table.py
,single_table.py
andutils.py
to handle situations where multiple targets are specified. Instead of returning a single targetfind_target_column
now returns a list of target columns (or column ids).Also updated
run_pipelines.sh
to do bothfit-score
andevaluate
for each pipeline.