Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
weihua916 committed Oct 12, 2023
1 parent fa0048d commit 450980f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/datasets/test_torch_frame_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
TaskType.REGRESSION
])
def test_dataframe_benchmark_match(task_type, scale):
# Make sure task_type, scale, idx triple map to the same underlying dataset
# Make sure task_type, scale, idx triple map to the fixed underlying
# dataset. New dataset can be appeneded, but the existing mapping needes to
# be preserved.
datasets = DataFrameBenchmark.datasets_available(task_type=task_type,
scale=scale)
if task_type == TaskType.BINARY_CLASSIFICATION:
Expand Down

0 comments on commit 450980f

Please sign in to comment.