Viewing a single comment thread. View all comments

big_ol_tender t1_jatvx64 wrote

If you have tabular data just use xgboost, forget the nn

2

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.

1

goedel777 t1_javtr0h wrote

How do you know you can get better results?

1

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.

1