Patrick Schratz

Results 160 issues of Patrick Schratz

Initial issue: Some intermediate steps try to use some Sentinel scenes from a flight path which was not yet downloaded. The reason for this is unclear. Possible reasons: - These...

**Is your feature request related to a problem? Please describe.** Better support for crypto currencies, especially with respect to adding "staking" returns. When booking these returns as dividends, one always...

After dealing with the idea of caching in [mlr](https://github.com/mlr-org/mlr/pull/2463) recently, I think this is an important topic for _mlr3_. It would be a core base feature and should be integrated...

Priority: Medium
Status: Needs Design

E.g that one can directly do `GraphLearner$pipeops()` instead of `GraphLearner$graph$pipeops`. cc @berndbischl

Tag: Graph Transparency

Currently this argument does not have an effect when using `geom_sf()`. ``` r library("ggplot2") nc

bug
coord :world_map:

Quoting from our mail conversation > The current default with future.seed=FALSE is not set in stone but I need to think about it more. Ideally, if we could detect whether...

RNG

(This issue should serve as a public place for the discussion @HenrikBengtsson and I had via mail recently) I wonder if it makes sense to support reproducible parallel streams via...

RNG

Looks like an issue on their side at a first glance. [Build](https://app.circleci.com/jobs/github/mlr-org/mlr/1968) `caret::plsda()` calls `klaR:::predict.NaiveBayes()` internally. ``` ── 1. Error: classif_plsdaCaret_binary (@test_classif_plsdaCaret.R#25) ──────── Not all variable names used in object...

type-bug

See this SO question: https://stackoverflow.com/questions/56553479/r-predicting-with-new-factor-levels-in-mlr-with-regr-svm-task/56587590#56587590 I did a very dirty fix in the `fix-factors` branch that works for this example but probably not if more factor levels in `newdata` have...

type-bug
prio-medium