-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added in DateTime type support for TimeSeriesImputer #4812
Added in DateTime type support for TimeSeriesImputer #4812
Conversation
This should be updated. Also, it should match the types in the table below. Refers to: src/Microsoft.ML.Featurizers/TimeSeriesImputer.cs:66 in 99a5eb3. [](commit_id = 99a5eb3, deletion_comment = False) |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Any chance you can update the samples to use a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Added in System.DateTime support for the Date column in TimeSeriesImputer.
Internally it converts it to POSIX time before it sends it to the native implementation, and then converts it back to System.DateTime for the IDataView.
Also added more comments and comments for the Enums.