XBNet
XBNet copied to clipboard
Boosted neural network for tabular data
Could you clarify, is there only 1 non-linear layer in your network architecture at the end? As far as I understood, we are sequentially adding nn.Linear layers to the Sequential...
Hey I wanted to know if I can use a data generator for data that is too large to fit into memory. I know XGBoost and other similar gradient boosted...
Based on what i saw if you put this into the classifier too it might help: use_label_encoder =False for the sci kit learn error.
Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...