Summary
Major release aligned with RelBench v2 work. Version bumped from 0.1.2 to 1.1, pinning fastdfs==1.1.
Highlights
- Hugging Face SALT loader (
RDBDataset.from_hf_salt) with cross-task label stripping - Base-10-hierarchical multiclass inference for TabPFN-scale class caps
- Optional categorical-to-float encoding for RDB and task frames
- DFS feature cache integration for demo / repeated inference workloads
random_seedconfig for reproducible training subsampling
Install
pip install rdblearn==1.1This pulls fastdfs==1.1 automatically.