aws / sagemaker-scikit-learn-extension

A library of additional estimators and SageMaker tools based on scikit-learn
Apache License 2.0
39 stars 33 forks source link

feature: transformers for time series #37

Closed ValerioPerrone closed 3 years ago

ValerioPerrone commented 3 years ago

Description of changes:

Add transformers that handle sequential data such as time series. Three main estimators are introduced:

  1. TSFlattener converts a list of input strings containing sequences of varying length into a list of arrays.
  2. TSFreshFeatureExtractor extracts features computed by tsfresh from each input array.
  3. TimeSeriesFeatureExtractor applies the two transformers above sequentially to each sequence column in the input.

Merge Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

wiltonwu commented 3 years ago

AWS CodeBuild CI Report

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

wiltonwu commented 3 years ago

AWS CodeBuild CI Report

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

wiltonwu commented 3 years ago

AWS CodeBuild CI Report

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

wiltonwu commented 3 years ago

AWS CodeBuild CI Report

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

wiltonwu commented 3 years ago

AWS CodeBuild CI Report

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

wiltonwu commented 3 years ago

AWS CodeBuild CI Report

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

wiltonwu commented 3 years ago

AWS CodeBuild CI Report

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository