-
Notifications
You must be signed in to change notification settings - Fork 1
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
Periodic transform #2
Comments
I don't quite understand, do you mean that the phase shift could be a separate transform? |
Any preference for 2π inside or outside Does this depend on whether the periodic function is sinusoidal or something else e.g. triangular wave? |
Not sure if this should be explicitly time-based. Should |
No reason why it should be restricted to just |
I would say inside - check out our current code in FeatureEngineering for reference. |
Check out the first issues in our FeatureEngineering package for more context. |
A transform that applies a periodic function to the data with arguments
f
- the periodic function to applyperiod
- the period of the functionf
phase_shift
- an optional phase shift to be applied to the function argumentNote that
phase_shift
is not strictly necessary for this function from a feature engineering perspective but may be required for debugging purposes and/or comparison against our current use of this function.MWE
The text was updated successfully, but these errors were encountered: