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'
})