Skip to content

feat: SVD++ should support source DataFrame of other column types #70

Description

@felixcheung

It seems GraphFrames SVD++ fails if edges are not exactly of types "long", "long", "double" (scala.MatchError in patten matching on this line)

Perhaps we could support other variations, such as:

  • "long", "long", "float"
  • "int", "int", "float"
  • "int", "int", "double"

Metadata

Metadata

Labels

graphxAnything related to GraphXscala

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions