Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dummy Variable

How To Apply Linear Regresssion Of Sklearn For Some String Variable

I am going to predict the box office of a movie using logistic regression. I got some train data in… Read more How To Apply Linear Regresssion Of Sklearn For Some String Variable

Weekday As Dummy / Factor Variable In A Linear Regression Model Using Statsmodels

The question: How can I add a dummy / factor variable to a model using sm.OLS()? The details: Data … Read more Weekday As Dummy / Factor Variable In A Linear Regression Model Using Statsmodels