-
Notifications
You must be signed in to change notification settings - Fork 0
prakharpartha/zs_data_science_challenge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Problem Description :-> To forecast the sales for different products in different regions. We were provided with the sales data of different products from different merchants in a given reason, country wise. Along with this, organizer also provided us the holiday and promotional expense data, where holiday data consists of holiday dates in a given country and promotional data consists of expense that was made to promote a given product in a given reason at a given time (year month). Data : train, test, holiday data, promotinal data Evaluation metric : SMAPE (Symmetric Mean absolute Percent error) SMAPE self-limits to an error rate of 200%, reducing the influence of these low volume items. Low volume items are problematic because they could otherwise have infinitely high error rates that skew the overall error rate. SMAPE = (2/N) sum((|f-a|)/(f+a))
About
This repository contains the code and my submission for the ZS Young data Scientist Challenge 2018 which got me a final leaderboard Rank 30 among 7500 participants
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published