issues
search
mlr-org
/
mlr3proba
Probabilistic Learning for mlr3
https://mlr3proba.mlr-org.com/
GNU Lesser General Public License v3.0
130
stars
20
forks
source link
refactor: use inherits, toString, explicit integer minor formatting
#394
Closed
m-muecke
closed
4 months ago
m-muecke
commented
4 months ago
use more explicit integers
replace
vapply()
for mlr3misc functions
use
toString()
minor whitespace formatting
use
inherits()
for checking for try-error
remove mlr3, mlr3misc, checkmate, and data.table explicit namespace since already importing
add missing stats imports
remove native pipe, since requiring R >= 4.1.0
vapply()
for mlr3misc functionstoString()
inherits()
for checking for try-error