File size: 591 Bytes
1d6f2a5 ccee483 1d6f2a5 ccee483 1d6f2a5 d925523 ccee483 1d6f2a5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
tags:
- transcriptomics
- dimensionality-reduction
- tabpfn
- TRACERx
license: mit
---
# TabPFN Model - samples mode - 2D
Pre-trained TabPFN embedding model with UMAP reduction.
## Details
- **Mode**: samples-centric compression
- **Dimensions**: 2
- **Training data**: TRACERx lung cancer transcriptomics
- **Created**: 2026-01-13T16:58:23.203615
- **Reduction method**: UMAP (non-linear)
## Usage
```python
import joblib
from huggingface_hub import snapshot_download
local_dir = snapshot_download("jruffle/tabpfn_samples_2d")
model = joblib.load(f"{local_dir}/model.joblib")
```
|