Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent d48382d commit 700da76
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,9 @@ Experimental setting: 20 Optuna search trials for XGBoost, CatBoost and LightGBM

`pytorch_tabular_benchmark` compares `ptroch-frame` to `pytorch-tabular`. `pytorch-tabular` is a popular package for Deep learning(DL) on tabular data. Its key use case it to make using existing tabular DL models easy. `pytorch_tabular_benchmar` primarly compares runtimes for similar models across the two libraries.

| Package | Model | Num iters/sec|
| :-------| :-------|:-------------|
| Tabular | TabNet | 41.7 |
| Frame | TabNet | 45.0 |
| Tabular | FTTrans | 40.1 |
| Frame | FTTrans | 43.7 |


| Package | Model | Num iters/sec |
| :------ | :------ | :------------ |
| Tabular | TabNet | 41.7 |
| Frame | TabNet | 45.0 |
| Tabular | FTTrans | 40.1 |
| Frame | FTTrans | 43.7 |

0 comments on commit 700da76

Please sign in to comment.