-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the performance test so that the CSV data loader in both PNU …
…and PU configurations works properly. Correct test data CSV file to have the correct number of column names in the header. The covertype_pnu_10000.csv file header has 53 feature columns (0 through 52) but no label column name. The samples have 54 columns (53 features and 1 label). Add the label column name to the header. PiperOrigin-RevId: 699375108
- Loading branch information
Showing
8 changed files
with
19,787 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9,850 changes: 9,850 additions & 0 deletions
9,850
spade_anomaly_detection/example_data/covertype_pnu_train.csv
Large diffs are not rendered by default.
Oops, something went wrong.
9,561 changes: 9,561 additions & 0 deletions
9,561
spade_anomaly_detection/example_data/covertype_pu_train.csv
Large diffs are not rendered by default.
Oops, something went wrong.
152 changes: 152 additions & 0 deletions
152
spade_anomaly_detection/example_data/covertype_test.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.