🎉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

Regression Model for continuous dependent variable and binary independent variable

User: "balaji_sundaram"
New Altair Community Member
Updated by Jocelyn

I need to know what kind of model i can use when the dependent variable is continuous and independent variables are binary

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Thomas_Ott"
    New Altair Community Member
    User: "balaji_sundaram"
    New Altair Community Member
    OP

    Yes, but that doesn't talk about time series. 

    I need to know what kind of model I can use when the dependent variable is continuous and independent variables are binary. The dependent variable is sales and independent variables are months, year and other binary value variables

    Hi,

     

    you probably want to window your time series data set first. Afterwards you join the correct labels to predict. That means you have numerical regular attributes (aka continuous depended variables) and a binominal label (aka binary independend variable).

     

    Most algorithm can do this. E.g. SVM, Deep Learning, Random Forest, GBT.

     

    Best,

    Martin