Skip to content

Commit cb09f07

Browse files
committed
update tabular demo with more insights
1 parent 2c480ba commit cb09f07

File tree

5 files changed

+1806
-640
lines changed

5 files changed

+1806
-640
lines changed

config/lt_tabular.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
seed = 0
33
dataset_type = 'Tabular'
44
modality = 'tabular' # image, text, tabular
5-
num_classes = 2
6-
data_root = './demo_imgs/noisy_tabular/noisy_twonorm.csv'
5+
num_classes = 3
6+
data_root = './demo_imgs/noisy_tabular/noisy_Iris.csv'
77
file_name = None
88
save_path = f'./results/{dataset_type}/'
99
dataset_path = save_path + f'dataset_{dataset_type}.pt'

0 commit comments

Comments
 (0)