apmoore1 / target-extraction

Target based extraction
https://apmoore1.github.io/target-extraction/
Apache License 2.0
4 stars 1 forks source link

combine_data_on_id list of lists #13

Closed apmoore1 closed 4 years ago

apmoore1 commented 4 years ago

When using the combine_data_on_id if the data_keys values are a list of a list where the inner list matches to the targets rather than the outer list then this needs to be taken into account with an argument in the function like inner_list. This is required as when comparing models we assume that the predictions made for a model is a list of a list where the outer list represents the number of predictions made and the inner list represents the predictions for each of the target.