-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from tidymodels/RC-1.0.3
- Loading branch information
Showing
23 changed files
with
99 additions
and
93 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: themis | ||
Title: Extra Recipes Steps for Dealing with Unbalanced Data | ||
Version: 1.0.2.9000 | ||
Version: 1.0.3.9000 | ||
Authors@R: c( | ||
person("Emil", "Hvitfeldt", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-0679-1945")), | ||
|
@@ -9,7 +9,7 @@ Authors@R: c( | |
Description: A dataset with an uneven number of cases in each class is | ||
said to be unbalanced. Many models produce a subpar performance on | ||
unbalanced datasets. A dataset can be balanced by increasing the | ||
number of minority cases using SMOTE 2011 <arXiv:1106.1813>, | ||
number of minority cases using SMOTE 2011 <doi:10.48550/arXiv.1106.1813>, | ||
BorderlineSMOTE 2005 <doi:10.1007/11538059_91> and ADASYN 2008 | ||
<https://ieeexplore.ieee.org/document/4633969>. Or by decreasing the | ||
number of majority cases using NearMiss 2003 | ||
|
@@ -20,7 +20,7 @@ URL: https://github.com/tidymodels/themis, https://themis.tidymodels.org | |
BugReports: https://github.com/tidymodels/themis/issues | ||
Depends: | ||
R (>= 3.6), | ||
recipes (>= 1.1.0.9000) | ||
recipes (>= 1.1.0) | ||
Imports: | ||
cli, | ||
gower, | ||
|
@@ -42,8 +42,6 @@ Suggests: | |
ggplot2, | ||
modeldata, | ||
testthat (>= 3.0.0) | ||
Remotes: | ||
tidymodels/recipes | ||
Config/Needs/website: tidyverse/tidytemplate | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
|
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
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
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,14 +1,16 @@ | ||
## Release Summary | ||
|
||
This is the 10th CRAN release of themis. | ||
Fixed arXiv issue in description, and should have resolved all other notes. | ||
|
||
This is the 11th CRAN release of themis. | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 note | ||
|
||
## revdepcheck results | ||
|
||
We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages |
Oops, something went wrong.