Skip to content

step_adasyn() print label uses lowercase 'adasyn' instead of 'ADASYN' #185

Description

@EmilHvitfeldt

Issue

print.step_adasyn() uses a lowercase label, inconsistent with every other step:

# R/adasyn.R
title <- "adasyn based on "

All other steps use proper casing:

Step Label
step_smote "SMOTE based on "
step_bsmote "BorderlineSMOTE based on "
step_adasyn "adasyn based on " ← wrong
step_smotenc "SMOTENC based on "
step_nearmiss "NEARMISS-1 based on "
step_tomek "Tomek based on "
step_rose "ROSE based on "
step_upsample "Up-sampling based on "
step_downsample "Down-sampling based on "

Fix

title <- "ADASYN based on "

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions