Skip to content

Conversation

@PhilippBach
Copy link
Member

@PhilippBach PhilippBach commented Nov 16, 2021

In this PR:

  • Rather than internally relying on the class of a mlr3 learner (i..e, LearnerRegr and LearnerClassif) use the learner's task_type
  • This makes it possible to easily integrate pipelines as provided by mlr3pipelines
internally use task_type instead of learner_class
fix task_type in PLIV
fix style
error for learners of class `AutoTuner`
add mlr3pipelines to Suggests
…ner`) add test for each of the causal models
update documentation for learners
@PhilippBach PhilippBach marked this pull request as ready for review November 18, 2021 14:28
@MalteKurz MalteKurz self-requested a review November 18, 2021 16:43
Copy link
Member

@MalteKurz MalteKurz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM.

We may should check whether it makes sense to extend and / or adapt some things in the user guide chapter on learners: https://docs.doubleml.org/stable/guide/learners.html.

@PhilippBach
Copy link
Member Author

Thank you. Yes, I'll change the user guide accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants