Closed sebffischer closed 2 years ago
why do we have pre-commit in the ci? What is circle ci?
Why does pre-commit push into my commits?
@pat-s
IDK if you have to touch each example. I think it would be better to demonstrate filtering in the book, and include the URL on the man pages of the filters. You could also plot the graph and show how to extract the filter values and the model.
So basically extend https://mlr3book.mlr-org.com/optimization.html#fs-filter and link here; having a smaller example in the README is also good.
IDK if you have to touch each example. I think it would be better to demonstrate filtering in the book, and include the URL on the man pages of the filters. You could also plot the graph and show how to extract the filter values and the model.
+1, also because just adding pipelines into the dep stack for this is not worth it.
Why does pre-commit push into my commits?
Why not? It just does what you should have done locally, rendering the man files.
I'd like to have it in repos I maintain, pre-commit
is nothing new - we extensively discussed it during the last workshop.
PipeOpFilter
(see michel's original issue)@pat-s Adding mlr3pipelines to suggests is still required to be able to link to PipeOpFilter (see michel's original issue)
Only if you use roxygen2 syntax. We have similar cases in other extension pkgs where we don't link via roxygen2 if this would be only reason to put a pkg into the dependency stack.
I'd really avoid having mlr3pipelines as a dep in here. Instead we can add a sentence into the help files which say "for examples how to use mlr3filters with mlr3pipelines, have a look at this book section".
Why is putting mlr3pipelines in Suggests a problem? This is only one more package in the CI (without any additional dependencies or system libraries), and no extra packages to install for the user.
Addresses https://github.com/mlr-org/mlr3filters/issues/103