PHD Discussions Logo

Ask, Learn and Accelerate in your PhD Research

Question Icon Post Your Answer

Question Icon

2 years ago in Robotics By Shreya K

How can I use logistic regression to predict customer acceptance of robot delivery based on customer behavior?

Can logistic regression establish a predictive link between customer behavior patterns and the likelihood of accepting robot delivery?

All Answers (1 Answers In All)

By Rani Answered 1 year ago

Collect data on your 8 independent behavioral variables (e.g., age, tech-savviness, prior purchase history) and the binary dependent variable (acceptance). Preprocess the data, handle missing values, and encode categorical variables. Fit a logistic regression model using this data. Evaluate the model's performance using metrics like accuracy, precision, recall, and the ROC curve. The model's coefficients will show which behavioral factors most influence acceptance.

Your Answer