Package: tabpfn Title: Prior-Data Fitted Network Foundational Model for Tabular Data Version: 0.2.0.9000 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides a consistent API for classification and regression models based on the 'TabPFN' model of Hollmann et al. (2025), "Accurate predictions on small data with a tabular foundation model," Nature, 637(8045) . The calculations are served via 'Python' to train and predict the model. License: Apache License (>= 2) URL: https://tabpfn.tidymodels.org, https://github.com/tidymodels/tabpfn BugReports: https://github.com/tidymodels/tabpfn/issues Depends: R (>= 4.1.0) Imports: cli, dplyr, generics, hardhat, purrr, reticulate (>= 1.41.0.1), rlang (>= 1.1.0), tibble Suggests: covr, modeldata, recipes, spelling, testthat (>= 3.0.0), withr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libpng-dev python3 Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-05-26 14:40:25 UTC RemoteUrl: https://github.com/tidymodels/tabpfn RemoteRef: HEAD RemoteSha: 3da6e6e54f4005e3a92be06d2795201d3bf137fb NeedsCompilation: no Packaged: 2026-07-04 08:29:03 UTC; root Author: Max Kuhn [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Max Kuhn