noahho
noahho
### Describe the workflow you want to enable The regressor saves the regression output which is a vector of probabilities for each output [https://github.com/PriorLabs/TabPFN/blob/main/src/tabpfn/regressor.py#L914](https://github.com/PriorLabs/TabPFN/blob/main/src/tabpfn/regressor.py#L914) This can grow quite large: 10000...
## Motivation and Context --- ## Public API Changes - [ ] No Public API changes - [ ] Yes, Public API changes (Details below) --- ## How Has This...
## Motivation and Context This change introduces two major improvements. First, it directly responds to the request in **Issue #374** for **raw logits** from `TabPFNClassifier`. Explaining model outputs (e.g., with...
### Describe the workflow you want to enable tests are using datasets from sklearn / openml that need to be downlaoded first. This sometimes crashes tests. ### Describe your proposed...
### Describe the workflow you want to enable Print a warning if the features contain the label or are perfectly correlated to it. ### Describe your proposed solution Check correlation...
### Describe the workflow you want to enable HuggingFace is down at times, which means users can't install and download or models ### Describe your proposed solution We can have...
### Describe the workflow you want to enable The inference config parameter is an object which makes it hard to use cross validation, could we add a way to set...
https://github.com/PriorLabs/tabpfn-extensions/ has a testing framework and here we have one as well, let's unify it.
## Motivation and Context --- ## Public API Changes - [ ] No Public API changes - [ ] Yes, Public API changes (Details below) --- ## How Has This...