Giter VIP home page Giter VIP logo

amazon_ml_challenege_2023's Introduction

Amazon ML Challenege 2023

AmazonMLChallenge A team-participation challenge was held on April 21, 2023, 12:00 AM IST–April 23, 2023, where a solution was to be built for the given problem statement. This repository consists of a Jupyter notebook that contains the code we submitted under the name of our team, TALISMANIC VADERS and with an accuracy of 20.42677, we ranked 290 among 4898 teams.

Problem Statement ~

Product length prediction

In this hackathon, the goal is to develop a machine learning model that can predict the length dimension of a product. Product length is crucial for packaging and storing products efficiently in the warehouse. Moreover, in many cases, it is an important attribute that customers use to assess the product size before purchasing. However, measuring the length of a product manually can be time-consuming and error-prone, especially for large catalogues with millions of products.

You will have access to the product title, description, bullet points, product type ID, and product length for 2.2 million products to train and test your submissions. Note that there is some noise in the data.

Task

You are required to build a machine-learning model that can predict product length from catalogue metadata.

Dataset description

The dataset folder contains the following files:

train.csv: 2249698 x 6
test.csv: 734736 x 5
sample_submission.csv: 734736 x 2

The columns provided in the dataset are as follows:

Column name Description
PRODUCT_ID Represents a unique identification of a product
TITLE Represents the title of the product
DESCRIPTION Represents the description of the product
BULLET_POINTS Represents the bullet points about the product
PRODUCT_TYPE_ID Represents the product type
PRODUCT_LENGTH Represents the length of the product

Evaluation metric

score = max( 0 , 100*(1-metrics.mean_absolute_percentage_error(actual,predicted)))

Dataset

The dataset can be downloaded from here.

amazon_ml_challenege_2023's People

Contributors

adrijeguha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.