0 | 0.3 sec | Passed |
0 | 0.41 sec | Passed |
Compare single/multiple column(s) Imputer in pipeline | 1.1 sec | Passed |
Imputer for Double with default missing Value NaN | 0.98 sec | Passed |
Imputer for IntegerType with default missing value null | 1.6 sec | Passed |
Imputer for IntegerType with missing value -1 | 0.78 sec | Passed |
Imputer input & output column validation | 17 ms | Passed |
Imputer read/write | 0.38 sec | Passed |
Imputer should handle NaNs when computing surrogate value, if missingValue is not NaN | 0.32 sec | Passed |
Imputer should impute null as well as 'missingValue' | 0.49 sec | Passed |
Imputer should work with Structured Streaming | 0.5 sec | Passed |
Imputer throws exception when surrogate cannot be computed | 0.15 sec | Passed |
ImputerModel read/write | 1.3 sec | Passed |
Single Column Imputer for IntegerType with default missing value null | 0.86 sec | Passed |
Single Column: Imputer for Double with default missing Value NaN | 0.87 sec | Passed |
Single Column: Imputer for IntegerType with missing value -1 | 0.69 sec | Passed |
Single Column: Imputer read/write | 0.39 sec | Passed |
Single Column: Imputer should handle NaNs when computing surrogate value, if missingValue is not NaN | 0.33 sec | Passed |
Single Column: Imputer should impute null as well as 'missingValue' | 0.39 sec | Passed |
Single Column: Imputer should work with Structured Streaming | 0.57 sec | Passed |
Single Column: Imputer throws exception when surrogate cannot be computed | 0.19 sec | Passed |
Single Column: ImputerModel read/write | 1.1 sec | Passed |
assert exception is thrown if both multi-column and single-column params are set | 18 ms | Passed |