You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#643
### Summary of Changes
* Add an optional argument to `Imputer` to configure the
`value_to_replace`. This can be an int, float, or string.
---------
Co-authored-by: megalinter-bot <[email protected]>
Is your feature request related to a problem?
We've had an example where missing values where represented by the value
0
. This meant that the imputer could not be used.Desired solution
We might also combine both solutions.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: