streamsql-io / streamsql

StreamSQL is a feature store for machine learning.
https://streamsql.io
GNU Affero General Public License v3.0
5 stars 0 forks source link

Generate feature column eagerly #10

Closed simba-git closed 4 years ago

simba-git commented 4 years ago

When generating a training dataset, we needs all the values in the feature column. We used to only generate the value at lookup time; however, it's easier to eagerly generate the column to be able to use it natively in pandas.