Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this assignment you will continue to process the dataset ( diabetes . csv ) using linear regression models and scikit - learn libraries. Write

In this assignment you will continue to process the dataset (diabetes.csv) using linear regression models and scikit-learn libraries. Write a report on your observations.
Download disabetes_df.csv (you created during Assignment-1)
Create a Pandas dataframe from diabetes_df.csv and call it assignment2_df
Setup the Machine Learning Model:
Divide the data into features (X) array and target (y) array.
Split the dataset into 80-20,70-30, and 60-40 ratios. (Example: 80-20 means, 80% training data, 20% testing data, and so on.)
For each data split, apply logistic regression machine learning model to build confusion matrix and accuracy estimates.
Which data split is providing you the best accuracy?
For the selected data split in step 4, run the bootstrap analysis and calculate p-value, and confidence intervals.
Write a short report documenting your observations such as accuracy, threshold (for receiver operator curve, p-value for model acceptance, and a histogram showing the confidence intervals.

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

Step: 3

blur-text-image

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

Temporal Databases Research And Practice Lncs 1399

Authors: Opher Etzion ,Sushil Jajodia ,Suryanarayana Sripada

1st Edition

3540645195, 978-3540645191

More Books

Students also viewed these Databases questions

Question

What was the positive value of Max Weber's model of "bureaucracy?"

Answered: 1 week ago

Question

Employ effective vocal cues Employ effective visual cues

Answered: 1 week ago