The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Regression Model for continuous dependent variable and binary independent variable
balaji_sundaram
RapidMiner Certified Analyst, Member Posts: 8 Contributor II
I need to know what kind of model i can use when the dependent variable is continuous and independent variables are binary
Tagged:
0
Answers
@balaji_sundaram did you visit http://mod.rapidminer.com/ ?
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
Dortmund, Germany