-
Notifications
You must be signed in to change notification settings - Fork 705
Closed
Description
Implement feature derivation following this doc: https://github.com/sql-machine-learning/sqlflow/blob/develop/doc/feature_derivation.md.
Should depend on IR work at: #805
- add
feature_derivation.goto do the job, output a*codegen.FeatureColumnfor all columns in theSELECTstatement. - call
feature_derivation.goinir_generator.goto generate derevated feature columns. - Use
feature_derivator.goin all codegen:- tensorflow
-
ALPS - xgboost
-
ElasticDL
weiguoz, tonyyang-svail and Yancey0623