You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing a few networks with my data and finding TabNetRegressor predictions are wildly different to RandomForestGenerator and a basic PyTorch Linear Regression network.
Describe the bug
I've been testing a few networks with my data and finding TabNetRegressor predictions are wildly different to RandomForestGenerator and a basic PyTorch Linear Regression network.
Code looks like this:
Data looks like this:
What is the current behavior?
The output looks like this and the predicted values are wildly wrong.
Expected behavior
Should look closer to:
Thanks for any insight!
The text was updated successfully, but these errors were encountered: