Package: tabnet Title: Fit 'TabNet' Models for Classification and Regression Version: 0.9.0.9000 Authors@R: c( person("Daniel", "Falbel", , "daniel@rstudio.com", role = "aut"), person(, "RStudio", role = "cph"), person("Christophe", "Regouby", , "christophe.regouby@free.fr", role = c("cre", "ctb")), person("Egill", "Fridgeirsson", role = "ctb"), person("Philipp", "Haarmeyer", role = "ctb"), person("Sven", "Verweij", role = "ctb", comment = c(ORCID = "0000-0002-5573-3952")) ) Description: Implements the 'TabNet' model by Sercan O. Arik et al. (2019) with 'Coherent Hierarchical Multi-label Classification Networks' by Giunchiglia et al. and provides a consistent interface for fitting and creating predictions. It's also fully compatible with the 'tidymodels' ecosystem. License: MIT + file LICENSE URL: https://mlverse.github.io/tabnet/, https://github.com/mlverse/tabnet BugReports: https://github.com/mlverse/tabnet/issues Depends: R (>= 3.6) Imports: coro, data.tree, dials, dplyr, generics, ggplot2, hardhat (>= 1.3.0), magrittr, methods, parsnip, progress, purrr, rlang, stats, stringr, tibble, tidyr, torch (>= 0.4.0), tune, utils, vctrs, withr, zeallot Suggests: cli, knitr, modeldata, patchwork, quarto, recipes, rmarkdown, rsample, spelling, testthat (>= 3.0.0), tidymodels, tidyverse, vip, visdat, workflows, xgboost, yardstick VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: false Config/testthat/start-first: interface, explain, params Encoding: UTF-8 Roxygen: list(markdown = TRUE) Language: en-US Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://mlverse.r-universe.dev Date/Publication: 2026-06-12 16:24:02 UTC RemoteUrl: https://github.com/mlverse/tabnet RemoteRef: HEAD RemoteSha: 71c4ca1d737cc7d6b1d8e521be23b23050ee1b42 NeedsCompilation: no Packaged: 2026-06-12 17:41:18 UTC; root Author: Daniel Falbel [aut], RStudio [cph], Christophe Regouby [cre, ctb], Egill Fridgeirsson [ctb], Philipp Haarmeyer [ctb], Sven Verweij [ctb] (ORCID: ) Maintainer: Christophe Regouby