Skip to content

Imbalance doesn't work with categorical data which has Textual type #98

@sylvaticus

Description

@sylvaticus

Take this example:

a = DataFrame(a =["a","b","c"], b=[1,2,3])
b = ["a","a","b"]
Xover, yover = random_oversample(a, b)   

This fails because ScientificTypes.schema(X).scitypes fails, but the algorithms emploied doesn't really care about scientific types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions