applicable
applicable copied to clipboard
Quantify extrapolation of new samples given a training set
## Summary - Change mentions of **RStudio** to **Posit**. - Match format of `LICENSE`, `README`, `_pkgdown.yml`, and `DESCRIPTION` to other `tidymodels` packages. - Change vignettes format to `.qmd`.
I am the maintainer of package [isotree](https://github.com/david-cortes/isotree) which is a dependency of {applicable} in CRAN under 'Suggests': https://cran.r-project.org/web/packages/applicable/index.html I would like to push an update to {isotree} which would break...
Pre-history * [x] `usethis::use_readme_rmd()` * [x] `usethis::use_roxygen_md()` * [x] `usethis::use_github_links()` * [x] `usethis::use_pkgdown_github_pages()` * [x] `usethis::use_tidy_github_labels()` * [x] `usethis::use_tidy_style()` * [x] `usethis::use_tidy_description()` * [x] `urlchecker::url_check()` 2020 * [x] `usethis::use_package_doc()` Consider...
Hello, First, I love the package and the idea. In playing around with apd_pca() and score(), I've stumbled across a potentially confusing styling for the format of the output of...
## Feature - Hotelling T2 for Outlier Detection In chemometric models that use PCA/PLS or similar methods, we often use T2 for outlier detection. This could be a nice complement...
I love the idea of applicable! I'm interested in contributing, but I'll create an issue to discuss before I do much more. In taking a peak under the hood, I...
A lot of our GitHub infrastructure uses this configuration. For example, the pkgdown site won't update. I think that we discussed this over the summer.
Output a descriptive error message when the selector columns do not exist in the dataset. For example, in the code below `apd_pca(predictors)` doesn't contain columns matching "PC00[1-3]". ```r library(applicable) predictors...
We could add am `ad_iso_forest()` method that would use an [isolation forest](https://en.wikipedia.org/wiki/Isolation_forest) to find anomalies. The `isotree` package has a lot of features but requires an additional serialization step to...