Skip to content

Date and Timestamp Transformers

Compare
Choose a tag to compare
@lu-wang-dl lu-wang-dl released this 27 Aug 05:25
· 103 commits to main since this release
e2a026f

Add DateTransformer and TimestampTransformer to automl-runtime package.
Both transformers extend a base class BaseDateTimeTransformer, which extends sklearn TransformerMixin and BaseEstimator so that our custom transformers can be used in sklearn pipeline.