Skip to content

MCNNMPanelSolver fit method #19

@fedemolina

Description

@fedemolina

Hi!

Would it be possible to add a fit method to MCNNMPanelSolver, similar to the other solvers?

I was thinking that we could determine which solving method to use based on the provided arguments:

  • If suggest_r is given, call solve_with_suggested_rank.
  • If l is provided, use solve_with_regularizer.
  • If K is specified, execute solve_with_cross_validation.

What do you think? I’d be happy to submit a PR for this—it should be a small modification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions