File size: 591 Bytes
3e4931d
 
 
 
 
 
 
 
 
8ecc8d3
3e4931d
8ecc8d3
3e4931d
 
 
 
 
d3d6543
8ecc8d3
3e4931d
 
 
 
 
 
 
 
 
 
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 - 4D

Pre-trained TabPFN embedding model with UMAP reduction.

## Details
- **Mode**: samples-centric compression
- **Dimensions**: 4
- **Training data**: TRACERx lung cancer transcriptomics
- **Created**: 2026-01-13T16:59:07.718982
- **Reduction method**: UMAP (non-linear)

## Usage

```python
import joblib
from huggingface_hub import snapshot_download

local_dir = snapshot_download("jruffle/tabpfn_samples_4d")
model = joblib.load(f"{local_dir}/model.joblib")
```