Skip to content

Commit

Permalink
add e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Oct 11, 2023
1 parent 0efd25e commit 4a6467c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/end2end-tests/data_process/data_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,13 @@ def split_data(data, num):
"feature_name": "feat_fp16",
"out_dtype": 'float16',
},
{
"feature_col": "float2",
"feature_name": "feat_bucket",
"out_dtype": 'float16',
"transform": {"name": "bucket",
"bucket": [100, 200, 300, 1000]}
}
],
"labels": [
{
Expand Down

0 comments on commit 4a6467c

Please sign in to comment.