clinicalml / TabLLM

MIT License
265 stars 42 forks source link

Custom dataset use #5

Open anukriti15 opened 1 year ago

anukriti15 commented 1 year ago

How to use TabLLM on my dataset, I am unable to figure out how to do so, any help?

stefanhgm commented 1 year ago

Hi @anukriti15 ,

thanks for your interest in TabLLM. Basically I would start with putting it into the datasets folder and follow the instructions for the other datasets. There are some adjustments you have to make to the code to work with a new dataset. I would also recommend following the code for the existing datasets. I cannot list all potential changes here.

If you encounter any specific problems with this proceeding, please let me know.

Best, Stefan