🎉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

Deep Learning doc

User: "tonyboy9"
Altair Community Member
Updated by Jocelyn
I tried to reproduce the tutorial process Regression using Deep Learning.



I don't understand the Generate Data parameters, so I ran the process with defaults in place. See the Results. I'm trying to understand how to make the Titanic Example Set work in place of Generate Data.

 
Next I tried replacing Generate Data with the sample Titanic. I ran it and got the error message.



My questions are:

Why does the tutorial demonstrate with Generate Data instead of an Example Set?

How can I fix the error message? Which operator do I use to label the Titanic attribute "Survived?"

Thank you for your time.

Tony

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "jacobcybulski"
    New Altair Community Member
    Accepted Answer
    Note that the Titanic data is use for classification, whereas your initial example was for regression. The Titanic data set has no label, just set Survived as your label, and make sure to change the Performance to Binomial Classification. It will work!
    User: "ironfrown"
    New Altair Community Member
    Accepted Answer
    Updated by ironfrown
    @tonyboy9 you have so many regular attributes because you have converted all nominal attributes to dummy attributes, one per unique value in each attribute. Your label also got split into dummies. The yellow columns are the real result of classification, they indicate the confidence factors for each possible outcome, and are used to determine the prediction value. Have fun. Jacob 
    User: "jacobcybulski"
    New Altair Community Member
    Accepted Answer
    Ha ha ha, looks like am talking from two different accounts 😁