Commit 478a52c
Updates for brulee_mlp_two_layer (#84)
* new function for two layer models
* two layer unit tests
* avoid overflow issues
* fix doc error
* test when loss cannot be computed
* tests for tunable values
* update GHA
* update spelling
* use current CRAN torch
* add missing snapshot and remove print snapshots (due to OS differences)
* don't test on R 4.1
* test overflow on M1 mac
* small update
* finalize tunable for 2layer networks
* finalize tunable for 2layer networks
* remove tunable info (moved to parsnip)
* remove test file
---------
Co-authored-by: ‘topepo’ <‘[email protected]’>1 parent 0f90be5 commit 478a52c
File tree
7 files changed
+5
-162
lines changed- .github/workflows
- R
- man
- tests/testthat
- _snaps
7 files changed
+5
-162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
This file was deleted.
0 commit comments