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

NLM computation progress bar not continuously moving #8

Open
scholbeck opened this issue Jun 2, 2024 · 0 comments
Open

NLM computation progress bar not continuously moving #8

scholbeck opened this issue Jun 2, 2024 · 0 comments

Comments

@scholbeck
Copy link
Collaborator

I noticed that the progress bar for the computation of the NLM is not continuously moving. It stays at 0% for a long time and leaps in big steps to 100% when computations are nearly finished.

Minimally reproducible example:

library(fmeffects)
library(mlr3verse)
data(bikes, package = "fmeffects")
forest = lrn("regr.ranger")
forest$train(as_task_regr(x = bikes, id = "bikes", target = "count"))

effects.bivariate.nlm = fme(model = forest,
                            data = bikes,
                            features = list("temp" = 5, "humidity" = -0.1),
                            ep.method = "envelope",
                            compute.nlm = TRUE)
```
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

No branches or pull requests

1 participant