Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge devel into master #427

Merged
merged 233 commits into from
Apr 29, 2024
Merged

Merge devel into master #427

merged 233 commits into from
Apr 29, 2024

Conversation

rachaelvp
Copy link
Member

@rachaelvp rachaelvp commented Oct 30, 2023

long overdue merge of sl3 devel into master

Larsvanderlaan and others added 30 commits September 5, 2021 22:04
Also, should this really be print()'ed? it comes out looking like:

```
[1] "ARIMA requires matrix of external regressors to not be rank  deficient. The following covariates were removed to counter the  linear combinations: cnt"
```

Is that intentional? Should it be `cat()`'d, or `message()`'d instead?

Lastly, is the intention to print the full message for each of the `rm_idx`? Or maybe this is better:

```
message(
  "ARIMA requires matrix of external regressors to not be rank ",
  "deficient. The following covariates were removed to counter the ",
  "linear combinations: ", toString(names(task$X)[rm_idx])
)
```
…passed to learner should match the order of the covariate params, not the order of the covariates in the task
fix subset covariates to support out of order covariates. Covariates …
@jeremyrcoyle jeremyrcoyle merged commit b794bb1 into master Apr 29, 2024
0 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants