🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Labeled data set as a rule to label an unlabeled data set

User: "edao"
New Altair Community Member
Updated by Jocelyn
Hello,
I'm very new to the community, and I wanted to ask if there's a way to use a labeled data set (consisting of 7 rows) as a rule to label another data set in 7 labels. Thank you!

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "rfuentealba"
    New Altair Community Member
    Hello @edao,

    By definition, a dataset can have only one label. But since it's still a dataset, you'll want to do the following:

    Data Set -> Set Role ----> the rest of your process.

    In the "Set Role" operator, you can just select "Regular", and your labeled attribute will keep the data you put on it, but will be considered as a normal attribute for the next data.

    If you still need the source with the labeled data afterwards, it's not a terrible idea to use the Multiply operator, so that the changes only appear in a copy and not in your process (but I would rather handle these with sucessive "Set Role" values to choose the label I want to choose).

    All the best,

    Rod.