TabPFN
TabPFN copied to clipboard
Code cleaning: Style argument needed ?
Seems like style argument is not used in transformer models. Is this true? You can check code with style argument removed from (internal) transfomer model: https://github.com/mert-kurttutan/TabPFN/tree/style-argument
It passes all the tests.
Thanks @mert-kurttutan ! It is indeed unused in the current implementation IIRC.
Hi @mert-kurttutan sorry it took forever to get back.. we will reintroduce the use of the style argument which is supported by newer models.