Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The file is present on this link: https://drive.google.com/file/d/1tmNuq5_P9bUVc5iVks8O964Dcb4XofPo/view?usp=sharing If anyone could help solve this problem on Python. Exercise 2 We shall work on a dataset

image text in transcribed

The file is present on this link: https://drive.google.com/file/d/1tmNuq5_P9bUVc5iVks8O964Dcb4XofPo/view?usp=sharing

If anyone could help solve this problem on Python.

Exercise 2 We shall work on a dataset of applicants for a credit. The dataset can be downloaded on the website of the course 1. Import the dataset clustering.csv into a dataframe df 2. We will use only two features ['ApplicantIncome', 'LoanAmount'] so that we can visualize the clusters on a 2D plane. Extract only these two features df_short=df [ ['ApplicantIncome', 'LoanAmount'] ] 3. Use K-means to perform clustering on these new data with K=2,3 clusters 4. (a) Include the additional feature Coapplicant Income df long=df [ ['CoapplicantIncome', 'ApplicantIncome', 'LoanAmount'] ] (b) Perform a PCA and thereafter perform clustering with K=2,3 clusters. What is your conclusion

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

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions

Question

2. Identify the four elements of the promotion mix.

Answered: 1 week ago

Question

socialist egalitarianism which resulted in wage levelling;

Answered: 1 week ago

Question

soyuznye (all-Union, controlling enterprises directly from Moscow);

Answered: 1 week ago