corneliagru
corneliagru
When you manually set grid.points that do not cover the whole range of the feature, the xlim of the plot is still up to the maximal observed value. This might...
added tests for rbind and cbind for TaskRegrForecast. As soon as issue #42 is fixed this branch may be merged
bug found in auto test: ``` tasks$missings_each_row = proto$clone()$select(character())$cbind(data) Error in `$.R6`(self$backend, date_col) : R6 class DataBackendCbind/DataBackend/R6 does not have slot 'date_col'! ```
implement autoplot for prediction which shows: - true values - predicted values - confidence interval for prediction