Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add two layer network interface for parsnip #83

Closed
wants to merge 18 commits into from
Closed
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ name: test-coverage.yaml

permissions: read-all

permissions: read-all

jobs:
test-coverage:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
5 changes: 0 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ S3method(print,brulee_linear_reg)
S3method(print,brulee_logistic_reg)
S3method(print,brulee_mlp)
S3method(print,brulee_multinomial_reg)
S3method(tunable,brulee_linear_reg)
S3method(tunable,brulee_logistic_reg)
S3method(tunable,brulee_mlp)
S3method(tunable,brulee_mlp_two_layer)
S3method(tunable,brulee_multinomial_reg)
export("%>%")
export(autoplot)
export(brulee_activations)
Expand Down
121 changes: 0 additions & 121 deletions R/tunable.R

This file was deleted.

25 changes: 0 additions & 25 deletions man/brulee-internal.Rd

This file was deleted.

4 changes: 2 additions & 2 deletions tests/testthat/_snaps/tunable.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
[1] "dials"

[[3]]$fun
[1] "hidden_units"
[1] "hidden_units_2"

[[3]]$range
[1] 2 50
Expand All @@ -358,7 +358,7 @@
[1] "dials"

[[5]]$fun
[1] "activation"
[1] "activation_2"

[[5]]$values
[1] "relu" "tanh" "elu" "log_sigmoid" "tanhshrink"
Expand Down
8 changes: 0 additions & 8 deletions tests/testthat/test-tunable.R

This file was deleted.