An open API service indexing awesome lists of open source software.

https://github.com/sai-123-code/jobathon_feb2022

Analytics Vidhya presents “JOB-A-THON” - India's Largest Data Science Hiring Event, where 37,000+ candidates have participated for job roles in over 80+ top companies. You can be among them too! At JOB-A-THON, all Data Science enthusiasts, freshers and professionals will get the opportunity to showcase their skills and get a chance to interview with top companies for leading job roles in Data Science, Machine Learning & Analytics.
https://github.com/sai-123-code/jobathon_feb2022

competition data-science jobathon machine-learning r2-score random-forest-regression regression-analysis

Last synced: 3 months ago
JSON representation

Analytics Vidhya presents “JOB-A-THON” - India's Largest Data Science Hiring Event, where 37,000+ candidates have participated for job roles in over 80+ top companies. You can be among them too! At JOB-A-THON, all Data Science enthusiasts, freshers and professionals will get the opportunity to showcase their skills and get a chance to interview with top companies for leading job roles in Data Science, Machine Learning & Analytics.

Awesome Lists containing this project

README

          

# JOB-A-THON---Feb22
Analytics Vidhya presents “JOB-A-THON” - India's Largest Data Science Hiring Event, where 37,000+ candidates have participated for job roles in over 80+ top companies. You can be among them too! At JOB-A-THON, all Data Science enthusiasts, freshers and professionals will get the opportunity to showcase their skills and get a chance to interview with top companies for leading job roles in Data Science, Machine Learning & Analytics.
# Problem Statement

ABC is an online content sharing platform that enables users to create, upload and share the content in the form of videos. It includes videos from different genres like entertainment, education, sports, technology and so on. The maximum duration of video is 10 minutes.
Users can like, comment and share the videos on the platform.
Based on the user’s interaction with the videos, engagement score is assigned to the video with respect to each user. Engagement score defines how engaging the content of the video is.
Understanding the engagement score of the video improves the user’s interaction with the platform. It defines the type of content that is appealing to the user and engages the larger audience.
# Objective
The main objective of the problem is to develop the machine learning approach to predict the engagement score of the video on the user level.

# Data Dictionary
You are provided with 3 files - train.csv, test.csv and sample_submission.csv

Screenshot 2022-02-13 235339

# Submission File Format

sample_submission.csv contains only 2 variables - row_id and engagement_score

# Evaluation metric
The evaluation metric for this hackathon is r2 score.

# MY Rank
Rank out of 1177 competitors
Screenshot 2022-02-13 235424