Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This data is based on the competition previously held on Kaggle. It contains the location and circumstances of every field goal attempted by Kobe Bryant

This data is based on the competition previously held on Kaggle. It contains the location and circumstances of every field goal attempted by Kobe Bryant during his 20-year career. Your task is to predict whether the basket went in (shot made flag).

There are three files. The first one is called "kobe-train.csv". This set is the training data set, and the name of the output attribute is "shotmadeflag". "1" means that the shot went in, and "0" otherwise.

The attribute names are self explanatory. You have to build a prediction model and make predictions for each observation on the test given in "kobe-test". In this set, the output attribute is removed on purpose. When you make a submission of your predictions as given in the file "kobe-sample-submission.csv", where the second column contains the probability that the observation belongs to class "1".

For each observation in the test data set, you should predict a probability that Kobe made the field goal. The file should have a header and the following format:

shotid,shotmade_flag 6 0.714 7 0.842 15 0.677 56 0.243

etc.

The performance of your model will be assessed on the basis of the measure "Area Under the Curve", and reported to you. You can make one submissions each day.

You are provided a sample submission file. Your file to be submitted should look like this where the second column indicates the probability the shot went in. data set: https://drive.google.com/drive/folders/1pUg7rW4SOqrylV61U6KYba7-GDr8zY-T?usp=sharing

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 19 21 2012 Proceedings Part 3 Lnai 7198

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284922, 978-3642284922

More Books

Students also viewed these Databases questions