ml-jku / hopular

Hopular: Modern Hopfield Networks for Tabular Data
https://ml-jku.github.io/hopular/
MIT License
305 stars 26 forks source link

Request for improvement #2

Open citron opened 2 years ago

citron commented 2 years ago

Hello LightGBM/CatBoost/XGBoost offer the ability to play with non rescaled features with plenty of NaN in the dataset. This is specialy true when theses tools are invoked in FLAML which greatly simplifies their usage. Do you plan to allow NaN in any cell from any column ? What is the impact of non rescaling data ? Thanks