Use python Jupyter for code: download dataset here: https://www.kaggle.com/datasets/saurabh00007/diabetescsv

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Use python Jupyter for code: download dataset here: https://www.kaggle.com/datasets/saurabh00007/diabetescsv

Post by answerhappygod »

Use python Jupyter for code: download dataset here: https://www.kaggle.com/datasets/saurabh ... iabetescsv
Use Python Jupyter For Code Download Dataset Here Https Www Kaggle Com Datasets Saurabh00007 Diabetescsv 1
Use Python Jupyter For Code Download Dataset Here Https Www Kaggle Com Datasets Saurabh00007 Diabetescsv 1 (142.44 KiB) Viewed 32 times
Use the same data sets as question 2 (diabetes.csv). You may use any version of the clear dataset that you have created from question 2 1. Create a new DataFrame by sampling the dataset. Sample the dataset to randomly select 30% of the data. 2. Visualize each attribute as scatter plots. Show each attribute along the x-axis and the 'OutCome' along the y-axis. Hint: you must use Seaborn and matploylib figures Use matplotlib to create the following statistical graphics / figures 3.1. Histegram of Glucose 3.2. Create a Scatterplot of 'Outcome' against 'SkinThickness' 4. Split the data into training and testing data and create a linear regression model. Hint: 'Outcome' is the feature that we want to learn 5. Test the model. What is the accuracy of your model 6. Reduce the dimensionality of the data in to two and visualize the data by creating a colored scatter plot. 7. Cluster the data by using k-means clustering
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply