Skip to content

Resampler should handle smart intervals #2

Description

@fatmatto

I'm submitting a ...
[ ] bug report
[X] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project

Summary
When resampling, it is useful to pass a smarter resampling interval instead of a number of milliseconds, for example passing the string "month" would be useful since it is not a constant interval.

*Example

const resampled = tf.resample({
  operation: "sum",
  interval: 'month'
})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions