Skip to content

Improve UI with Standardized Explorer/Converter Display Names#315

Merged
cristian-tamblay merged 3 commits into
developfrom
feat/display-name-converter-explorer
Oct 2, 2025
Merged

Improve UI with Standardized Explorer/Converter Display Names#315
cristian-tamblay merged 3 commits into
developfrom
feat/display-name-converter-explorer

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented Sep 29, 2025

This pull request standardizes and improves the user-facing display names for a wide range of data transformers and converters in the codebase. By adding a DISPLAY_NAME attribute to many converter classes, it ensures that each transformation step can be clearly and consistently identified in user interfaces or logs.

User Interface Improvements:

  • Added a DISPLAY_NAME attribute to the following converter classes, providing clear and standardized names for UI display:
    • ColumnRemover ("Column Remover")
    • NanRemover ("NaN Remover")
    • CharacterReplacer ("Character Replacer")
    • FastICA ("Fast ICA")
    • IncrementalPCA ("Incremental PCA")
    • PCA ("Principal Component Analysis (PCA)")
    • ConverterChain ("Converter Chain")
    • TruncatedSVD ("Truncated SVD")
    • Binarizer ("Binarizer")
    • LabelBinarizer ("Label Binarizer")
    • LabelEncoder ("Label Encoder")
    • MaxAbsScaler ("Max Abs Scaler")
    • MinMaxScaler ("Min-Max Scaler")
    • Normalizer ("Normalizer")
    • OneHotEncoder ("One-Hot Encoder")
    • OrdinalEncoder ("Ordinal Encoder")
    • PolynomialFeatures ("Polynomial Features")
    • StandardScaler ("Standard Scaler")
    • Embedding ("Embedding")
    • VarianceThreshold ("Variance Threshold")
    • SimpleImputer ("Simple Imputer")
    • MissingIndicator ("Missing Indicator")
    • KNNImputer ("KNN Imputer")
    • AdditiveChi2Sampler ("Additive Chi² Sampler")
    • RBFSampler ("RBF Sampler")
    • SkewedChi2Sampler ("Skewed Chi² Sampler")
    • GenericUnivariateSelect ("Generic Univariate Select")
    • SelectPercentile ("Select Percentile")
    • SelectKBest ("Select K Best")
    • SelectFpr ("Select FPR")
    • SelectFdr ("Select FDR")
    • SelectFwe ("Select FWE")
    • Nystroem ("Nystroem Approximation")
    • SMOTEConverter ("SMOTE (Oversampling)")
    • SMOTEENNConverter ("SMOTE-ENN (Hybrid Sampling)")
    • RandomUnderSamplerConverter ("Random Under-Sampler")

These changes will make the pipeline steps more understandable and user-friendly, especially when rendered in front-end components or logs.

image image image

@cristian-tamblay cristian-tamblay merged commit 39b7906 into develop Oct 2, 2025
5 checks passed
@cristian-tamblay cristian-tamblay deleted the feat/display-name-converter-explorer branch October 2, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants