1

I try to find details about the filtering methods that are mentioned here:

https://mlr3book.mlr-org.com/list-filters.html#list-filters

https://mlr3filters.mlr-org.com/

Unfortunately, I could not find more detailed information, e.g. how is information_gain calculated and what parameter can I set.

Where do I find details about this?

ds_col
  • 129
  • 10

1 Answers1

3

You can have a look at the function references and check the underlying R functions which are wrapped by {mlr3filters} and their respective help pages.

pat-s
  • 5,992
  • 1
  • 32
  • 60