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

Add Numeric Feature #4

Closed simba-git closed 4 years ago

simba-git commented 4 years ago

Numeric features allow a user to take their source tables and easily apply a variety of feature engineering techniques to it. It effectively separates general data engineering tasks (ex. join actions and users tables) from data science-oriented ones (ex. fill missing values with the mean value, truncate outliers, and min-max scale the column)