Skip to content

[Bug] Ordinal Hyperparameter got Key Error when run self.get_order in get_neighbors #344

@junhongmit

Description

@junhongmit

image
In the get_neighbors function, the value passed into the self.get_order(value) is in the vector format (raw sequence order number). But the get_order() method returns self.value_dict[value], which is supposed to take the ordinal name.

One potential way to fix this is just to change line 270 to be if transform == False:, which reverse the transform logic.

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