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
Hey @ianspektor, I have a few questions about putting this into action:
Q1) Will this be a python-only operator or a c++ one?
Q2) As far as I understand, we can't use scipy. So, we can't call scipy.stats.zscore directly thus, I was wondering, do we keep the arguments same as scipy.stats.zscore ? Also, I'm interested in how we deal with NaNs .
Q3) What data types will this operator support? All numeric?
New
EventSet.z_score_normalize()
(name TBD) operator.See here for how to compute it.
See https://github.com/google/temporian/blob/main/CONTRIBUTING.md#developing-a-new-operator for guidance.
Questions or requests for additional guidance from possible contributors more than welcome!
The text was updated successfully, but these errors were encountered: