MachineHack Great Indian Hackathon, Rank 26 Solution
- Note: This notebook contains the final steps used for gettng LB score of 22.90 and hence may have missed some inital EDA and its info.
- URL: https://www.machinehack.com/hackathons/retail_price_prediction_mega_hiring_hackathon/overview
- Train.csv - 284780 rows x 8 columns (Inlcudes UnitPrice Columns as Target)
- Test.csv - 122049 rows x 7 columns
- Sample Submission.csv - Please check the Evaluation section for more details on how to generate a valid submission
- Invoice No - Invoice ID, encoded as Label
- StockCode - Unique code per stock, encoded as Label
- Description - The Description, encoded as Label
- Quantity - Quantity purchased
- InvoiceDate - Date of purchase
- UnitPrice - The Target value, price of every product
- CustomerID - Unique Identifier for every Customer
- Country - Country of sales, encoded as Label