Kaggle
Kaggle copied to clipboard
My solution to Web Traffic Predictions competition on Kaggle.
Thanks for your sharing, but when I read the code, I saw a variable called offset has been defined, then all values in the input dataframe are multiplied by offset(0.5)....
Hi CPMP, I have read your solutions explanation at https://www.kaggle.com/c/web-traffic-time-series-forecasting/discussion/39395 and would like to say thank you for giving the solution. I do have one question and hope you can...
I'm learning a lot going through your code, and I was hoping to submit the median-based regression model alone to get a feel of how that works pre-keras. But last...