-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* register S3 nn_prune_head * Increment version number to 0.6.0 * fix `could not find function data()`
- Loading branch information
Showing
12 changed files
with
73 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ | |
^.V8* | ||
^doc$ | ||
^Meta$ | ||
^CRAN-SUBMISSION$ | ||
^revdep$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,7 @@ activate | |
/doc/ | ||
/Meta/ | ||
revdep | ||
revdep/ | ||
tabnet.Rcheck | ||
..Rcheck | ||
tabnet_*.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: tabnet | ||
Title: Fit 'TabNet' Models for Classification and Regression | ||
Version: 0.5.0 | ||
Version: 0.6.0 | ||
Authors@R: c( | ||
person("Daniel", "Falbel", , "[email protected]", role = "aut"), | ||
person(, "RStudio", role = "cph"), | ||
|
@@ -11,8 +11,8 @@ Authors@R: c( | |
comment = c(ORCID = "0000-0002-5573-3952")) | ||
) | ||
Description: Implements the 'TabNet' model by Sercan O. Arik et al. (2019) | ||
<arXiv:1908.07442> with 'Coherent Hierarchical Multi-label | ||
Classification Networks' by Giunchiglia et al. <arXiv:2010.10151> and | ||
<doi:10.48550/arXiv.1908.07442> with 'Coherent Hierarchical Multi-label | ||
Classification Networks' by Giunchiglia et al. <doi:10.48550/arXiv.2010.10151> and | ||
provides a consistent interface for fitting and creating predictions. | ||
It's also fully compatible with the 'tidymodels' ecosystem. | ||
License: MIT + file LICENSE | ||
|
@@ -51,6 +51,7 @@ Suggests: | |
recipes, | ||
rmarkdown, | ||
rsample, | ||
spelling, | ||
testthat (>= 3.0.0), | ||
tidymodels, | ||
tidyverse, | ||
|
@@ -66,3 +67,4 @@ Config/testthat/start-first: interface, explain, params | |
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
Language: en-US |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
## R CMD check results | ||
── R CMD check results ─────────────────────────────────────────────────────────────────── tabnet 0.6.0 ──── | ||
Duration: 2m 13s | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* This is a new release. | ||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,52 @@ | ||
Ames | ||
Arik | ||
Bugfixes | ||
Eleonora | ||
Explicitely | ||
GLU | ||
Giunchiglia | ||
Interpretability | ||
Interpretable | ||
Lifecycle | ||
MNAR | ||
OOM | ||
Pfister | ||
Pretrain | ||
Sercan | ||
TabNet | ||
TabNet's | ||
adam | ||
ai | ||
al. | ||
al | ||
ames | ||
Ames | ||
Arik | ||
arXiv | ||
autograd | ||
beeing | ||
classif | ||
config | ||
cpu | ||
cuda | ||
dataloading | ||
detailled | ||
doi | ||
dreamquark | ||
entmax | ||
et | ||
Giunchiglia | ||
giunchiglia | ||
explainability | ||
ggplot | ||
interpretable | ||
Interpretable | ||
Lifecycle | ||
mse | ||
neurips | ||
NMAR | ||
nn | ||
orginal | ||
overfit | ||
overfits | ||
pre | ||
pretrain | ||
pretrained | ||
pretraining | ||
PyTorch | ||
Sercan | ||
TabNet | ||
reusage | ||
sparsemax | ||
subprocesses | ||
th | ||
tidymodels | ||
zeallot |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters