Icon

Data Manipulation

This directory contains 14 workflows.

Synthetic Data Generator (Multilabel Classification) 

This component generates example data for a multilabel classification task based on the make_multilabel_classification() function in the Python scikit-learn […]

Synthetic Data Generator (Nominal) 

This component generates synthetic values into a nominal column based on the frequency distribution of the original nominal column. It’s also possible to […]

Synthetic Data Generator (Numeric) 

This component generates synthetic values into a numeric column by sampling from a selected distribution (Uniform/Gaussian/Gamma) where the distribution […]

Synthetic Data Generator (Regression) 

This component generates example data for a regression task based on the make_regression() function in the Python scikit-learn library.It is possible to […]