🎉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

How to clean the Process panel so that i can import new data to it and work on it??

User: "ed1305"
New Altair Community Member
Updated by Jocelyn
I was going through the tutorial and it has imported titanic dataset to the process panel.Now i want to import a new dataset to the panel and work on it.so how do i clean the process panel ??

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "rfuentealba"
    New Altair Community Member
    Accepted Answer
    Hi @ed1305, and welcome to the community!

    Save your process (by using File > Save Process As) and create a new process from that same menu. Handling processes is pretty much akin to create documents on every other program.

    All the best,

    Rodrigo.
    User: "ed1305"
    New Altair Community Member
    OP
    @rfuentealba
    Thank you so much ..Could you guide me how to get the meta-data of a dataset where i can see all the attributes and make change if required
    User: "rfuentealba"
    New Altair Community Member
    Accepted Answer
    Sure,

    If you have the dataset in your repository, just click with the right button and select "Edit". You can prepare that from there. If you don't, you can make use of "Set Role" to change the attribute role, or a number of other transformations like "Parse Numbers", "Nominal to Text", "Text to Nominal" and so on.

    All the best,

    Rodrigo.
    User: "DanPayne"
    New Altair Community Member
    thank you for sharing your experience guys it helped alot. 
    User: "kypexin"
    New Altair Community Member
    Accepted Answer
    Hi @ed1305

    Could you guide me how to get the meta-data of a dataset where i can see all the attributes 
    If you open the dataset, at the left you'll have a pane with 'Data', 'Statistics' etc tabs - 'Statistics' tab contains meta-data of the given dataset. Additionally, you can use operator EXTRACT STATISTICS from Operator Toolbox extension, which allows you to extract all statistical meta-data into a separate example set.