Closed bjschoenfeld closed 6 years ago
Please not do so. Randomness should be controller by TA2. (And if it is not set to 0 it will fail primitive the validator, anyway.)
This issue should have been closed. The default is 0. We ran into the primitive validator.
https://github.com/byu-dml/d3m-primitives/blob/90fd5d06f04052af6f58d84b2c43a9cf8a20b833/byu_dml/imputer/random_sampling_imputer.py#L56
The default random seed should not be fixed. It should be set to
None
and then randomly generated to be something other thanNone
.