|
5 | 5 | ],
|
6 | 6 | "@type": "SoftwareSourceCode",
|
7 | 7 | "identifier": "mlr3filters",
|
8 |
| - "description": "Extends 'mlr3' with filter methods for feature\n selection. Besides standalone filter methods built-in methods of any\n machine-learning algorithm are supported. Partial scoring of\n multivariate filter methods is supported.", |
| 8 | + "description": "Extends 'mlr3' with filter methods for feature\n selection. Besides standalone filter methods built-in methods of any\n machine-learning algorithm are supported. Partial scoring of\n multivariate filter methods is supported.", |
9 | 9 | "name": "mlr3filters: Filter Based Feature Selection for 'mlr3'",
|
10 | 10 | "codeRepository": "https://github.com/mlr-org/mlr3filters",
|
11 | 11 | "relatedLink": [
|
|
14 | 14 | ],
|
15 | 15 | "issueTracker": "https://github.com/mlr-org/mlr3filters/issues",
|
16 | 16 | "license": "https://spdx.org/licenses/LGPL-3.0",
|
17 |
| - "version": "0.2.0.9002", |
| 17 | + "version": "0.4.0", |
18 | 18 | "programmingLanguage": {
|
19 | 19 | "@type": "ComputerLanguage",
|
20 | 20 | "name": "R",
|
21 |
| - "version": "4.0.2", |
22 | 21 | "url": "https://r-project.org"
|
23 | 22 | },
|
24 |
| - "runtimePlatform": "R version 4.0.2 Patched (2020-06-30 r78761)", |
| 23 | + "runtimePlatform": "R version 4.0.3 Patched (2020-10-27 r79379)", |
25 | 24 | "provider": {
|
26 | 25 | "@id": "https://cran.r-project.org",
|
27 | 26 | "@type": "Organization",
|
|
170 | 169 | "@type": "SoftwareApplication",
|
171 | 170 | "identifier": "testthat",
|
172 | 171 | "name": "testthat",
|
| 172 | + "version": ">= 3.0.0", |
173 | 173 | "provider": {
|
174 | 174 | "@id": "https://cran.r-project.org",
|
175 | 175 | "@type": "Organization",
|
|
274 | 274 | ],
|
275 | 275 | "releaseNotes": "https://github.com/mlr-org/mlr3filters/blob/master/NEWS.md",
|
276 | 276 | "readme": "https://github.com/mlr-org/mlr3filters/blob/master/README.md",
|
277 |
| - "fileSize": "25.136KB", |
278 |
| - "contIntegration": "https://codecov.io/github/mlr-org/mlr3filters?branch=master", |
| 277 | + "fileSize": "193.093KB", |
279 | 278 | "keywords": [
|
280 | 279 | "filter",
|
281 | 280 | "mlr",
|
|
0 commit comments