NVIDIA-Merlin/core

[Task] Update default value of `Node.selector` from `None` to `ColumnSelector("*")`

oliverholworthy opened this issue · 0 comments

Now that we have introduced a wildcard selector in #143 .

We could refactor the Node selector default to be ColumnSelector("*") instead of None.