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 655dbf2 commit 760f970
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions torch_frame/datasets/torch_frame_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ class DataFrameBenchmark(torch_frame.data.Dataset):
Args:
root (str): Root directory.
task_type (TaskType): The task type.
* :obj:`TaskType.BINARY_CLASSIFICATION`
* :obj:`TaskType.MULTICLASS_CLASSIFICATION`
* :obj:`TaskType.REGRESSION`
scale (str): The scale of the dataset.
* :obj:`small`: 5K to 50K rows.
* :obj:`medium`: 50K to 500K rows.
* :obj:`large`: More than 500K rows.
task_type (TaskType): The task type. Either
:obj:`TaskType.BINARY_CLASSIFICATION`,
:obj:`TaskType.MULTICLASS_CLASSIFICATION`, or
:obj:`TaskType.REGRESSION`
scale (str): The scale of the dataset. :obj:`small` means 5K to 50K
rows. :obj:`medium` means 50K to 500K rows. :obj:`large` means more
than 500K rows.
idx (int): The integer
**STATS:**
Expand Down

0 comments on commit 760f970

Please sign in to comment.