Package: tabnet
Title: Fit 'TabNet' Models for Classification and Regression
Version: 0.3.0
Authors@R: c(
    person(given = "Daniel", family = "Falbel", role = c("aut", "cre"), email = "daniel@rstudio.com"),
    person(family = "RStudio", role = c("cph")),
    person(given = "Christophe", family = "Regouby", role = c("ctb"))
    )
Description: Implements the 'TabNet' model by Sercan O. Arik et al (2019) <arXiv:1908.07442>
    and provides a consistent interface for fitting and creating predictions. It's
    also fully compatible with the 'tidymodels' ecosystem.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
URL: https://github.com/mlverse/tabnet
BugReports: https://github.com/mlverse/tabnet/issues
Imports: torch (>= 0.4.0), hardhat, magrittr, glue, progress, rlang,
        methods, tibble, coro, vctrs
Suggests: testthat, modeldata, recipes, parsnip, dials, withr, knitr,
        rmarkdown, vip, tidyverse, ggplot2, dplyr, tidyr, purrr, tune,
        workflows
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-10-11 16:28:15 UTC; dfalbel
Author: Daniel Falbel [aut, cre],
  RStudio [cph],
  Christophe Regouby [ctb]
Maintainer: Daniel Falbel <daniel@rstudio.com>
Repository: CRAN
Date/Publication: 2021-10-11 17:00:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:46:41 UTC; windows
