Skip to content

Instantly share code, notes, and snippets.

@jrzaurin
Last active June 13, 2021 09:24
Show Gist options
  • Save jrzaurin/90cb4a26b146f315ad3058ef787f3762 to your computer and use it in GitHub Desktop.
Save jrzaurin/90cb4a26b146f315ad3058ef787f3762 to your computer and use it in GitHub Desktop.
LightGBM vs DL for the Facebook comments volume dataset
model rmse r2 runtime best_epoch_or_ntrees
lightgbm 5.529 0.823 6.52 687.0
tabmlp 5.908 0.798 250.48 43.0
tabtransformer 5.926 0.797 533.39 27.0
tabresnet 6.214 0.777 70.47 9.0
tabnet 6.428 0.761 935.02 59.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment