sqlflow icon indicating copy to clipboard operation
sqlflow copied to clipboard

Use raw value instead of tuple for the dense feature read from db.

Open brightcoder01 opened this issue 4 years ago • 1 comments

In the implementation of db.read_feature, for the dense feature, we read it as a tuple instead of raw value. It may bring confuse to the following data transform process. Recommend to use raw value directly.

brightcoder01 avatar Jun 05 '20 09:06 brightcoder01

Some details about this issue? Why using tuples can confuse the data transform process?

typhoonzero avatar Jun 08 '20 07:06 typhoonzero