byu-dml / d3m-primitives

BYU-DML primitives for the DARPA D3M program
MIT License
5 stars 0 forks source link

set_training_data should take targets #12

Closed bjschoenfeld closed 6 years ago

bjschoenfeld commented 6 years ago

https://github.com/byu-dml/d3m-primitives/blob/90fd5d06f04052af6f58d84b2c43a9cf8a20b833/byu_dml/imputer/random_sampling_imputer.py#L63

In connection with #2, set_training_data should take as input the targets, probably as type outputs.

bjschoenfeld commented 6 years ago

This is not needed since #2 is not possible to implement.