Submitted by diepala t3_11hdgtn in deeplearning
big_ol_tender t1_jatvx64 wrote
If you have tabular data just use xgboost, forget the nn
diepala OP t1_javaont wrote
I already use that, but it is not giving me the results I want, and I know I can get better performance.
goedel777 t1_javtr0h wrote
How do you know you can get better results?
diepala OP t1_jaw16wx wrote
Because the problem will benefit from doing linear operations, and under certain circumstances the output of the model is almost equal to one of the input features. This is harder to generalize with tree based models.
Viewing a single comment thread. View all comments