Closed bjschoenfeld closed 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.
set_training_data
outputs
This is not needed since #2 is not possible to implement.
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 typeoutputs
.