This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit Feedback
Given no variables has correlation p-value less than 5%, so I used all columns (except TO as too many null values). Then for the regression model, I've used regularized model to reduce columns numbers.
Data Preparation is key here. From experience I've learnt not just to solve this problem, but make the solution dynamic that the data can be used to solve other problems.