SubTab icon indicating copy to clipboard operation
SubTab copied to clipboard

The official implementation of the paper, "SubTab: Subsetting Features of Tabular Data for Self-Supervised Representation Learning"

Results 1 SubTab issues
Sort by recently updated
recently updated
newest added

#### Description The code uses the alias **th** to refer to torch in **utils.eval_utils.py**, specifically in the **[aggregate()](https://github.com/AstraZeneca/SubTab/blob/aa3ab1b97231fc37229ef3e55d98ae13bdbfb4fc/utils/eval_utils.py#L263-L292)** function, but torch is not imported in the script. #### Reproducing the...