Skip to content

move parsnip to depends #109

Description

@topepo

I know that the package is not specifically a tidymodels package but some function won't work unless it is fully attached:

library(tabnet)

tabnet(mode = "regression") %>%
  set_engine("torch") %>%
  fit(mpg ~ ., data = mtcars)
#> Error in fit(., mpg ~ ., data = mtcars): could not find function "fit"

Created on 2022-11-04 by the reprex package (v2.0.1)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions