Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Introduction of categorical features #404

@Invadazoid

Description

@Invadazoid

Is your feature request related to a problem? Please describe.
By default, the maximum number of features allowed per detector is 5. While that can be increased by dynamically adjusting the limit at the expense of precision/recall, is there any way to enable adding categorical features, beyond the current default requirement of each feature being a one-dimensional number?

Describe the solution you'd like
Currently, only one-dimensional numbers can be added in a detector as a feature. It would be nice to enable adding arrays as features, or categorical features.

Describe alternatives you've considered
Is this an inherent limitation of the Random Cut Forest implementation, or can this modification be achieved via tweaking a setting? If so, please add the corresponding setting in the documentation, or mention here as response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions