Handling Aggregations in Feature Function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 02:35 PM
Hi,
Is it possible to cater aggregation using Feature Functions somehow. As we know that the logic defined in feature function is applied on a single row when a join is being performed. But do we have any mechanism to handle to aggregations too somehow in our pipeline. We have methods like Pandas UDF ( with group by ) and UDAFs in Scala. Can we somehow leverage any of those for logging the group by and other conditions to automate our whole pipeline including the grouping and filtering conditions.
Thanks in Advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 06:15 AM
Hi @Retired_mod ,
Thanks for your reply. I'm familiar with both of these. But I was wondering if can include that part while logging our pipeline using feature stores to handle the grouping and filtering as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 09:59 AM
Hi @NaeemS !
Have you managed to achieve this by any means? I'm facing the same question right now.

