Question

I am working on a logistic regression model in python where I am using NBA data...

I am working on a logistic regression model in python where I am using NBA data to predict whether a player is a good rebounder or not based on various predictor variables. And my reg.coef is = array([[-1.50137324, -1.77554507, -1.73097902, 0.2568646 , 0.73556433,
0.00773832, -0.30204417, 0.26622955, 0.21256178]])

interpret the coefficients of your logistic regression model shown above

Homework Answers

Answer #1

Now there are two cases:

case_1: If you did normalization/reshape your data then it can be said that the feature 4(highest magnitude coefficient) is the most significant one and for binary classification and has a positive correlation with the rebounding property of the player.

case_2: If you didn't normalize/reshape your data then there are two possibilities:

sucase_1: If the data is very similar in magnitude, a larger positive or negative coefficient means a larger effect, all things being equal.

subcase_2: If the data isn't very similar in magnitude, then the magnitude of the coefficients is without context i.e. they are not meaningful at all. For instance, you could get different coefficients by changing the units of measure to be larger or smaller.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Using the following data, determine the equation of the regression model. How many independent variables are...
Using the following data, determine the equation of the regression model. How many independent variables are there? Comment on the meaning of these regression coefficients. Predictor Coefficient Constant 123 . 62 x1 - .175 x2 6 . 02 x3 . 00026 x4   . 0041    (Round your answers to 5 decimal places.) The regression equation is: y?=
In Python (using pandas and numpy) I am trying to clean CSV data so it adheres...
In Python (using pandas and numpy) I am trying to clean CSV data so it adheres to a strict coding system instead of free response. More specifically, how would I code a simple rule based system to handle the various spellings and word choices that represent the following statuses: Never married Divorced Married Widowed Separated
In Python (using pandas and numpy) I have a CSV list (example.csv) and I am looking...
In Python (using pandas and numpy) I have a CSV list (example.csv) and I am looking to find the average age of the males in my data set. How would I make a function ('avg_age_males') that finds and outputs the average age for just the males in the data set? (In the .csv males is represented by 'M' and females is represented by 'F')
I am working on a JSON WPF program-C#... I have 2 objects that I am concatenating....
I am working on a JSON WPF program-C#... I have 2 objects that I am concatenating. All I need to know is how to format the first block of code to where the data types match. Here is what I have: I need to take this: A.) { “Name” : “Walder” , “Alias” : “Hodor” , “Alliance” : “House Stark” } and this: B.) { “Name” : “Margaery Tyrell” , “Alias” : [ “The Little Queen”, “The Little Rose”, “Maid...
I am currently working on a Breast Cancer Model research as my undergraduate research, I will...
I am currently working on a Breast Cancer Model research as my undergraduate research, I will need to prepare a solution of TPA( 12-O-tetradecanoylphorbol-13-acetate) dissolved in Acetone to promote the tumor growth after the intiation stage. I am planning to make about 10 mls of the TPA solution to inject the rats twice a week for few weeks. If each rat should be treated with 10 μg of TPA in 200 μl of acetone which equals 0.2 mls, what are...
Using Python (pandas as pd) I am trying to use the split, apply, combine method but...
Using Python (pandas as pd) I am trying to use the split, apply, combine method but am getting an "invalid syntax" error at the end of the line that says "for days_name, days_df in grouped_by_day" I declared grouped_by_day in the split function but did not get any errors so I am not sure what happened or how to fix it. Below is a copy of the split, apply, combine section of my code. mean_data_ser = pd.Series() #split grouped_by_day= days_df.groupby("Day of...
I am working on exercise 5.30 from Introduction to Computing using python (Author: Perkovic). I was...
I am working on exercise 5.30 from Introduction to Computing using python (Author: Perkovic). I was looking at the solution and was able to understand what to do. However, when I implement the temp function as indicated, I keep getting this error "ValueError: the first two maketrans arguments must have equal length". However, it seems my two arguments are equal length, so I'm not sure what I am doing wrong! print('Exercise 5.30') def many(file): infile = open(file) content = infile.read()...
I am working with data analysis and with a survey. I am cleaning up the following...
I am working with data analysis and with a survey. I am cleaning up the following variables, how do I handle the negative 1's? Do I delete them get the mean and then replace the -1s with the mean? Do I not delete the -1s, get the mean and then replace -1s with the mean (that included the -1s). Do I delete them completely? My professor said something about either deleting them altogether or if neg 1s were under 10%...
I am using forecast package for time series analysis. I have a dataset with hourly data...
I am using forecast package for time series analysis. I have a dataset with hourly data from oct 3 2016 to oct 23 2016. I used the following code to convert my data into a time series object. Dataset is about citibike stations I’m only using 6 stations I’m not sure if Im supposed to use my time column or include my time column. This is what i have so far. data.ts <- ts(CitiBike[,2:7], freq = 504, start = 2016)...
Using the BP data set, produce regression models for BP with Independent Variables as follows: ?...
Using the BP data set, produce regression models for BP with Independent Variables as follows: ? Age Only ? Weight Only ? Weight and Age Comment on the quality of each of these models as a predictor of BP based on the Coefficient of Correlation (r2 ) Use your Weight and Age Model to retroactively predict BP for the data pairs given, compare them against the actual BP Data and calculate the MSE. Use the Weight Model to retroactively predict...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT