mlr-org / mlr3pipelines

Dataflow Programming for Machine Learning in R
https://mlr3pipelines.mlr-org.com/
GNU Lesser General Public License v3.0
132 stars 25 forks source link

dependencies in PSCs #744

Closed mb706 closed 2 days ago

mb706 commented 9 months ago

We should not need this:

https://github.com/mlr-org/mlr3book/blob/b16a689e4a93b8f5e1b6957c1e63f16ec8f8f6ae/book/chapters/appendices/solutions.qmd#L1324-L1329

see also

https://mlr-org.com/gallery/optimization/2021-03-11-practical-tuning-series-build-an-automated-machine-learning-system/

Maybe we can also avoid needing to declare dependencies here: https://github.com/mlr-org/mlr3book/blob/b16a689e4a93b8f5e1b6957c1e63f16ec8f8f6ae/book/chapters/appendices/solutions.qmd#L1300-L1318

mb706 commented 2 days ago

Duplicate of https://github.com/mlr-org/mlr3pipelines/issues/101