remove em-dashes
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ tags:
|
|
| 18 |
|
| 19 |
TabFM is a zero-shot tabular foundation model from Google Research. It supports
|
| 20 |
classification and regression on structured/tabular data with mixed numerical and
|
| 21 |
-
categorical columns, requiring no fine-tuning or hyperparameter search
|
| 22 |
examples are passed as context and predictions are made in a single forward pass.
|
| 23 |
|
| 24 |
This repository contains the **JAX/Flax** weights stored as Orbax checkpoints. For the
|
|
@@ -144,8 +144,8 @@ tasks.
|
|
| 144 |
## Performance
|
| 145 |
|
| 146 |
TabFM was evaluated on [TabArena](https://tabarena.ai) across 51 datasets
|
| 147 |
-
(38 classification, 13 regression). In zero-shot mode
|
| 148 |
-
hyperparameter search
|
| 149 |
gradient-boosted trees. The `TabFMClassifier.ensemble()` preset (feature crosses,
|
| 150 |
SVD features, NNLS blending) yields further improvements.
|
| 151 |
|
|
@@ -169,7 +169,7 @@ deploying in high-stakes settings.
|
|
| 169 |
## License
|
| 170 |
|
| 171 |
The model weights in this repository are released under the
|
| 172 |
-
**TabFM Non-Commercial License v1.0**
|
| 173 |
Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-research/tabfm).
|
| 174 |
|
| 175 |
## Version
|
|
|
|
| 18 |
|
| 19 |
TabFM is a zero-shot tabular foundation model from Google Research. It supports
|
| 20 |
classification and regression on structured/tabular data with mixed numerical and
|
| 21 |
+
categorical columns, requiring no fine-tuning or hyperparameter search - training
|
| 22 |
examples are passed as context and predictions are made in a single forward pass.
|
| 23 |
|
| 24 |
This repository contains the **JAX/Flax** weights stored as Orbax checkpoints. For the
|
|
|
|
| 144 |
## Performance
|
| 145 |
|
| 146 |
TabFM was evaluated on [TabArena](https://tabarena.ai) across 51 datasets
|
| 147 |
+
(38 classification, 13 regression). In zero-shot mode - a single forward pass with no
|
| 148 |
+
hyperparameter search - TabFM outperforms heavily-tuned supervised baselines including
|
| 149 |
gradient-boosted trees. The `TabFMClassifier.ensemble()` preset (feature crosses,
|
| 150 |
SVD features, NNLS blending) yields further improvements.
|
| 151 |
|
|
|
|
| 169 |
## License
|
| 170 |
|
| 171 |
The model weights in this repository are released under the
|
| 172 |
+
**TabFM Non-Commercial License v1.0** - see [LICENSE](LICENSE). The source code is
|
| 173 |
Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-research/tabfm).
|
| 174 |
|
| 175 |
## Version
|