You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For HoD, Periodic, OneHotEncoding we should be able to reuse the dims keyword to apply the transformation to the axis values. I don't think the user should explicitly need to do KeyedArray(Periodic(sin, Day(1))(a.time); time=a.time) just to get a KeyedVector back with the original time axis.
The text was updated successfully, but these errors were encountered:
This feels like it would be an inconsistent use of dims compared to the rest of the package, which uses it as an arg in selectdim. But I'm sure we can do something about it.
Also, just leaving this as reference for now as there may be further relevant conversation here: #62
For
HoD
,Periodic
,OneHotEncoding
we should be able to reuse thedims
keyword to apply the transformation to the axis values. I don't think the user should explicitly need to doKeyedArray(Periodic(sin, Day(1))(a.time); time=a.time)
just to get aKeyedVector
back with the original time axis.The text was updated successfully, but these errors were encountered: