0 | 0.29 sec | Passed |
0 | 0.26 sec | Passed |
Compare single/multiple column(s) Imputer in pipeline | 0.93 sec | Passed |
Imputer for Double with default missing Value NaN | 0.6 sec | Passed |
Imputer for IntegerType with default missing value null | 0.67 sec | Passed |
Imputer for IntegerType with missing value -1 | 0.54 sec | Passed |
Imputer input & output column validation | 11 ms | Passed |
Imputer read/write | 0.22 sec | Passed |
Imputer should handle NaNs when computing surrogate value, if missingValue is not NaN | 0.28 sec | Passed |
Imputer should impute null as well as 'missingValue' | 0.36 sec | Passed |
Imputer should work with Structured Streaming | 0.4 sec | Passed |
Imputer throws exception when surrogate cannot be computed | 0.11 sec | Passed |
ImputerModel read/write | 0.83 sec | Passed |
Single Column Imputer for IntegerType with default missing value null | 0.5 sec | Passed |
Single Column: Imputer for Double with default missing Value NaN | 0.54 sec | Passed |
Single Column: Imputer for IntegerType with missing value -1 | 0.51 sec | Passed |
Single Column: Imputer read/write | 0.23 sec | Passed |
Single Column: Imputer should handle NaNs when computing surrogate value, if missingValue is not NaN | 0.25 sec | Passed |
Single Column: Imputer should impute null as well as 'missingValue' | 0.27 sec | Passed |
Single Column: Imputer should work with Structured Streaming | 0.34 sec | Passed |
Single Column: Imputer throws exception when surrogate cannot be computed | 0.11 sec | Passed |
Single Column: ImputerModel read/write | 0.83 sec | Passed |
assert exception is thrown if both multi-column and single-column params are set | 12 ms | Passed |