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
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
Setting DefaultMissingValueReplacement after using any of the convenience constructors that automatically call the .Learn method will result in DefaultMissingValueReplacement being ignored.
Either we have to mark some of the convenience constructors as obsolete (as they are a leftover of the old API where the .Learn() method was not available), or update the ColumnOptions to keep a reference to the parent Codification object and track what is the current default just before the moment when data needs to be transformed.