-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Learners with same name: party::ctree, partykit::ctree and partyNG::ctree #1377
Comments
I would use a prefix, e.g. |
Thanks @larskotthoff. Sounds good. @berndbischl @giuseppec @joaquinvanschoren would this be fine also for uploads to OpenML? |
Should work in OpenML if the learners are properly implemented in mlr. But I guess we won't implement all ctree learners in mlr unless we know the difference. |
Package In the long run I would suggest including As for the "proper implementation" I will give my best 😜 |
@HeidiSeibold see here openml/openml-r#294, we can continue discussing the issue there. You can create and upload your custom mlr Learner/OpenML flow and everything should work. However, currently this will only be reproducible for people that use a mlr version that contains the |
Okay, yes you are right, this is more of an OpenML question than an mlr question. Thanks! |
is this still true? I don't see progress in partykit on cran. |
Yes still true and we're working on it. I need it published before I submit my thesis, so latest in December it will be on CRAN (fingers crossed 🤞) |
congrats for that thesis, Heidi! What's the suggested way to access |
Thanks @henningsway! I am working on it this week. You can find it in this branch: https://github.com/mlr-org/mlr/tree/partykit-transition |
Sorry for opening that many issues, but I hope they are valuable both for you and me ;)
In mlr you have a learner
classif.ctree
, which implementsparty::ctree
. Now what do I call a learner with the same function name but from a different package (partykit::ctree
or the experimental implementationpartyNG::ctree
) when implementing it in mlr?This is possibly connected to openml/openml-r#293
The text was updated successfully, but these errors were encountered: