rtdl icon indicating copy to clipboard operation
rtdl copied to clipboard

A scikit-learn interface for RTDL package.

Open hengzhe-zhang opened this issue 2 years ago • 1 comments

Hello! I have written a scikit-learn interface for the RTDL package (https://github.com/hengzhe-zhang/scikit-rtdl). I rely on the skorch to avoid coding errors, and set the default parameters based on the parameters presented in your paper. Hoping you will like it!

hengzhe-zhang avatar Mar 31 '22 11:03 hengzhe-zhang

Hello! Sorry for the slow reply, and thanks for your work! I like that skorch is used. I should add that hyperparameters for specific models should be tuned, if possible. While we have the default configuration for FT-Transformer, we do not have it for other models (though, good defaults for them may exist as well!).

Yura52 avatar Apr 21 '22 14:04 Yura52

FYI, the rtdl package is now replaced with two packages:

The new packages only implement the papers, so scikit-learn interface is not planned for them. I have been keeping this issue open for quite some time to make it more visible, I hope it helped. Thank you for your repository!

Yura52 avatar Dec 21 '23 08:12 Yura52