-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
11 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: mlr3 | ||
Title: Machine Learning in R - Next Generation | ||
Version: 0.1.5-9000 | ||
Version: 0.1.6 | ||
Authors@R: | ||
c(person(given = "Michel", | ||
family = "Lang", | ||
|
@@ -41,12 +41,13 @@ Authors@R: | |
family = "Binder", | ||
role = "aut", | ||
email = "[email protected]")) | ||
Description: Efficient, object-oriented programming on the building blocks of | ||
machine learning. Provides 'R6' objects for tasks, learners, resamplings, | ||
and measures. The package is geared towards scalability and larger datasets | ||
by supporting parallelization and out-of-memory data-backends like | ||
databases. While 'mlr3' focuses on the core computational operations, | ||
add-on packages provide additional functionality. | ||
Description: Efficient, object-oriented programming on the | ||
building blocks of machine learning. Provides 'R6' objects for tasks, | ||
learners, resamplings, and measures. The package is geared towards | ||
scalability and larger datasets by supporting parallelization and | ||
out-of-memory data-backends like databases. While 'mlr3' focuses on | ||
the core computational operations, add-on packages provide additional | ||
functionality. | ||
License: LGPL-3 | ||
URL: https://mlr3.mlr-org.com, https://github.com/mlr-org/mlr3 | ||
BugReports: https://github.com/mlr-org/mlr3/issues | ||
|
@@ -59,11 +60,11 @@ Imports: | |
digest, | ||
lgr (>= 0.3.0), | ||
mlbench, | ||
mlr3misc (>= 0.1.6), | ||
mlr3measures (>= 0.1.1), | ||
mlr3misc (>= 0.1.6), | ||
paradox, | ||
uuid, | ||
R6 | ||
R6, | ||
uuid | ||
Suggests: | ||
bibtex, | ||
callr, | ||
|
@@ -76,7 +77,8 @@ Suggests: | |
rpart, | ||
testthat, | ||
titanic | ||
RdMacros: mlr3misc | ||
RdMacros: | ||
mlr3misc | ||
Encoding: UTF-8 | ||
LazyData: true | ||
NeedsCompilation: no | ||
|