Skip to content

Add sparse argument to step_interact() #1430

@EmilHvitfeldt

Description

@EmilHvitfeldt

ref: #1394

This step is significantly more complicated than the others, so we will push it back a release or two.

Notes:

  • The step itself it quite messy interesting, would benefit from a refactor.
  • We would either need to rewrite model.matrix() for the sparse case or use Matrix::sparse.model.matrix().
  • However the main issue is the toggle between sparse and non-sparse, we should only produce sparse interactions if they make sense to be returned sparsely, so some kind of zero-counting has to be done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions