Package: tfestimators
Type: Package
Title: Interface to 'TensorFlow' Estimators
Version: 1.9.2
Authors@R: c(
  person("JJ", "Allaire", role = c("aut"),
         email = "jj@rstudio.com"),
  person("Yuan", "Tang", role = c("aut"),
         email = "terrytangyuan@gmail.com",
         comment = c(ORCID = "0000-0001-5243-233X")),
  person("Kevin", "Ushey", role = c("aut"),
         email = "kevin@rstudio.com"),
  person("Kevin", "Kuo", role = c("aut"),
         email = "kevin.kuo@rstudio.com",
         comment = c(ORCID = "0000-0001-7803-7901")),
  person("Tomasz", "Kalinowski", role = c("cre"),
         email = "tomasz.kalinowski@rstudio.com"),
  person("Daniel", "Falbel", role = c("ctb", "cph")),
  person("RStudio", role = c("cph", "fnd")),  
  person(family = "Google Inc.", role = c("cph"))
  )
Description: Interface to 'TensorFlow' Estimators 
    <https://www.tensorflow.org/guide/estimator>, a high-level 
    API that provides implementations of many different model types 
    including linear models and deep neural networks. 
License: Apache License 2.0
URL: https://github.com/rstudio/tfestimators
BugReports: https://github.com/rstudio/tfestimators/issues
SystemRequirements: TensorFlow (https://www.tensorflow.org/)
Encoding: UTF-8
Depends: R (>= 3.1)
Imports: forge, magrittr, progress, reticulate (>= 1.10), rlang (>=
        0.3), tensorflow (>= 1.9), tfruns (>= 1.1), tidyselect, utils,
        purrr, tibble, tidyr
RoxygenNote: 7.1.1
Suggests: ggplot2, modelr (>= 0.1.1), testthat, rmarkdown, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-08-09 12:41:00 UTC; tomasz
Author: JJ Allaire [aut],
  Yuan Tang [aut] (<https://orcid.org/0000-0001-5243-233X>),
  Kevin Ushey [aut],
  Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>),
  Tomasz Kalinowski [cre],
  Daniel Falbel [ctb, cph],
  RStudio [cph, fnd],
  Google Inc. [cph]
Maintainer: Tomasz Kalinowski <tomasz.kalinowski@rstudio.com>
Repository: CRAN
Date/Publication: 2021-08-09 22:30:02 UTC
Built: R 4.1.3; ; 2023-04-17 18:49:26 UTC; windows
