-
Please, check the EnsembleTabPFN if you want to use TabPFN with bigger dataset:
[https://github.com/ersilia-os/chempfn](https://github.com/ersilia-os/chempfn)
There is no 1000 rows or 100 features…
-
**Bug Report Checklist**
- [x] I provided code that demonstrates a minimal reproducible example.
- [x] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I c…
-
Do I need to retrain TabPFN if I change the network structure of the Prior-Data Fitted Network (PFN)?
-
Hello:
I have recently had the opportunity to delve into both the code and paper you have published, specifically focusing on the details provided in section E.3 regarding the training of the final m…
-
**Bug Report Checklist**
- [x] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I c…
-
Hey!
So I noticed two more slight mismatches wrt scikit-learn API: first, there's no ``score`` method, which should just be accuracy. You can get that from inheriting from BaseEstimator, I think?
Th…
-
Hello,
Sorry if I am asking silly questions but I am new at this and a bit desperate to make things work. I need to install in a remote platform a machine learning library (https://pypi.org/project…
-
Because of the company VPN or some other network reasons (I guess), it takes a long time to download checkpoint file when I run TabPFN = TabPFNClassifier(device = 'cpu', N_ensemble_configurations = 32…
-
**Bug Report Checklist**
- [ ] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x ] I co…
-
Hello,
I've look through your code and it does not respect python best practices / PEP-8. And also it is (on my opinion) extremely complicated for nothing 🥵
Maybe you need to add pre-commit hook…