Open aporia3517 opened 3 years ago
Hi @aporia3517 -- thanks for pointing this out, and my apologies for the delay in responding.
This is sloppy from my side -- but the functions you're looking for were renamed "train_val_test_split_strong" and "train_val_test_split_loocv" respectively, to denote "strong generalisation" and "LOOCV". It even seems another typo slipped in and the second function is currently defined as "train_val_test_split_loocb" in util.py
.
I'll make sure to update the files and the repo, but might need a few days for this. Changing the function definitions or calls should work.
My apologies for the sloppiness again -- let me know if you'd have any other issues with getting things working.
Hi @olivierjeunen, thanks for sharing your awesome work.
In the preprocessing codes, there are some functions like
util.train_val_test_split_Jebara
andutil.train_val_test_split_Karypis
, but I cannot find these inutil.py
.