Use 'column_sort'-column to compute custom features #1056
Unanswered
DerMilchschnittenmann
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am sorry for the formatting but I cannot fix it :/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a rolled df I want compute custom features on. For further processing I want to keep the first and last date of each 'feature-row'. I thought I could create custom-feature-functions that compute first and last date. Unfortunatly I cannot access the date_column (column_sort) inside the custom function.
Is there any way one can do that?
Here is my example-code:
Beta Was this translation helpful? Give feedback.
All reactions