Skip to content

Instantly share code, notes, and snippets.

@jrzaurin
Last active June 13, 2021 09:20
Show Gist options
  • Save jrzaurin/eeb5d1f4f7b9bd03ff805b475c77d80a to your computer and use it in GitHub Desktop.
Save jrzaurin/eeb5d1f4f7b9bd03ff805b475c77d80a to your computer and use it in GitHub Desktop.
LightGBM vs DL for the NYC tax trip duration dataset
model rmse r2 runtime best_epoch_or_ntrees
lightgbm 262.710 0.804 42.721 504.0
tabmlp 271.342 0.791 568.431 24.0
tabresnet 292.891 0.757 471.265 24.0
tabtransformer 336.582 0.679 5779.031 54.0
tabnet 376.053 0.599 1844.472 15.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment