Skip to content

code error #1266

Closed
Closed
@HJH0924

Description

@HJH0924

In line 146 of 'pgml extension/src/om/algorithm. rs', the code is written incorrectly
Algorithm::affinity_propagation => "transformers".to_string(),
Should be modified to:
Algorithm::affinity_propagation => "affinity_propagation".to_string(),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions