Toby Dylan Hocking

Results 315 comments of Toby Dylan Hocking

I don't know how to fix, sorry. but we definitely would need to fix this before merging. maybe file an issue with tippy or chromote to ask for help?

@ropensci-review-bot seeking reviewers

We are supposed to find two different reviewers, and I am still trying to find a second one. Please tell me if you have any suggestions of colleagues who you...

I asked a few others, and I was expecting a review a few weeks ago, so I sent an email to ask again.

https://github.com/search?q=repo%3Atdhock%2Fdirectlabels%20dl.jitter&type=code what are you trying to do? what code did you use? What did you expect? what did you observe?

I can see two different ways forward: * change the existing TaskRegr (single output is a special case so hopefully back compatible) * create a new TaskRegrMulti I do have...

Currently I get an error when instantiating the task: ```r N_row

for comparison, scikit learn has support for some learners which are natively multi-output https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html and this adaptor class for converting single-output regression learner to multi-output https://scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html

in the current project we can do a work-around by making one TaskRegr for each output, and one single-task model for each output (with a single-task measure like MSE for...

related to https://github.com/mlr-org/mlr3torch/issues/142#issuecomment-2609319544