New Weekend Hackathon For Data Scientists: The Tea Story

In yet another Weekend Hackathon, MachineHack is back with an exciting challenge for the data scientists’ community to analyse the temporal nature of tea prices and forecast the weekly average price of tea.
New Weekend Hackathon For Data Scientists: The Tea Story

In yet another Weekend Hackathon, MachineHack is back with an exciting challenge for the data scientists’ community. The challenge is to analyse the temporal nature of tea prices and forecast the weekly average price of tea.

This challenge is a part of MachineHack Weekend Hackathon Edition #2 — The Last Hacker Standing, where we pose unique problem statements every week, from 30 July to 9 Sept 2021.

PARTICIPATE & STAND A CHANCE TO WIN FREE PASSES TO THE DLDC 2021!!!

Problem Statement and Description

Despite having its origins in China, we Indians, in particular, share a great bond with tea. We all love our cup of “Chai ”, don’t we? Whether it’s black, green, spiced or with cream/sugar, the unique tea culture is a phenomenon to celebrate. Like other essential commodities such as wheat, paddy, sugar, etc., tea is part of the WholeSale Price Index under the Manufactured Products category. It is auctioned on a daily/weekly basis by a regulatory authority.  And therefore, it also creates a massive impact on the Indian economy.

So what is the story behind this ubiquitous beverage, or how does it make its way from the plantation to the umpteen packaged variants, which we are asked to choose from? 

In this hackathon, we are challenging the MachineHack community to analyse the temporal nature of tea prices in the training dataset and forecast the weekly average tea price for the 29 weeks mentioned in the test set.

The hackathon will start on 13 Aug 2021 at 8:00 PM (IST).

Click here to participate.

Overview

Real-world data is not always very legible or easy to understand. A lot of work goes around interpreting certain fields and trying to make some sense of the data by data wrangling, EDA  and imputation, etc. For this challenge, we present unprocessed data for you to get a flavour of basic data engineering.

The participants need to create an ML model that can account for the temporal nature of tea prices in the training dataset and forecast the weekly average tea price for 29 weeks mentioned in the test set.

MachineHack has created a training dataset of 544 rows with 15 columns of ‘WeekEnding_Date’;

“Average Prices across Auction Places Kolkata, Bangalore, Cochin, Darjeeling, Ernakulam, Siliguri and Guwahati”; and “Ref_Price across Auction Places Kolkata, Bangalore, Cochin, Darjeeling, Ernakulam, Siliguri and Guwahati.” It also includes “Average” as the target variable. On the other hand, the dataset for testing consists of 29 rows with 15 columns.

The prerequisite skills required to attend the hackathon include forecasting, time series and machine learning approach.

Submission Guidelines

The participants must submit a .csv/.xlsx file with exactly 29 rows and 1 column, including ‘Average ( Target).’ The submission will return an ‘Invalid Score’ in case of extra columns or rows.

Scikit-learn models support the predict() method to generate the predicted values.

The submission limit for this hackathon is one account per participant.

Click here to participate.

Evaluation Criteria

The evaluation of the hackathon will be done using the Root Mean Squared Error (RMSE) metric. One can use ‘np. sqrt (Mean Squared Error)’ to calculate the same.

The hackathon will also support private and public leaderboards. While the public leaderboard will be evaluated on 30% of the test data, the private leaderboard will be made available at the end of the hackathon and will be assessed on 100% of the test data.

The final score will be based on the ‘Best Score’ on the public leaderboard.

The hackathon will end on 19 Aug 2021 at 6:00 PM (IST).

Prizes

The top three winners will get free passes to the Deep Learning DevCon 2021 (DLDC), scheduled to be held on 23-24 Sept 2021. In addition, the winners will also get a chance to improve their Global Leaderboard Rankings and become the ultimate MachineHack Grand Master.

Click here to participate.

Dataset Description:

  • Train.csv — 544 rows x 15 columns (includes ‘Average’ as a target variable)
  • Test.csv — 29 rows x 15 columns

Evaluation Metric:

RMSE

Skills:

  • Forecasting
  • Timeseries
  • Machine Learning Approach

Start Date: 13 Aug 2021 at 8:00 PM (IST)

End Date: 19 Aug 2021 at 6:00 PM (IST)

Click here to participate in this hackathon.

Download our Mobile App

Analytics India Magazine
Analytics India Magazine chronicles technological progress in the space of analytics, artificial intelligence, data science & big data by highlighting the innovations, players, and challenges shaping the future of India through promotion and discussion of ideas and thoughts by smart, ardent, action-oriented individuals who want to change the world.

Subscribe to our newsletter

Join our editors every weekday evening as they steer you through the most significant news of the day.
Your newsletter subscriptions are subject to AIM Privacy Policy and Terms and Conditions.

Our Recent Stories

Our Upcoming Events

3 Ways to Join our Community

Telegram group

Discover special offers, top stories, upcoming events, and more.

Discord Server

Stay Connected with a larger ecosystem of data science and ML Professionals

Subscribe to our Daily newsletter

Get our daily awesome stories & videos in your inbox
MOST POPULAR

6 IDEs Built for Rust

Rust IDEs aid efficient code development by offering features like code completion, syntax highlighting, linting, debugging tools, and code refactoring