Question: In orange data program Using the credit _ risk _ clean.csv dataset, perform the analytic experiments described below.credit _ risk _ clean.csvDownload credit _ risk
In orange data program
Using the creditriskclean.csv dataset, perform the analytic experiments described below.creditriskclean.csvDownload creditriskclean.csvCreate an random sample using the provided Python script. The randomseed should be the numeric part of your UID without any leading zeroes:createdeterministicrandomsample.pyDownload createdeterministicrandomsample.pyTake a screenshot of the Python code where you set the samplesize and randomseed.Connect the dataset to the random sample Python script. This creates the random sample.Create two models from the random sampled dataset using the 'Select Columns' widget Each model should have different independent variables at most one of them can be in both models and the same target variable, 'loanstatus'. Take screenshots of the two 'Select Columns' opened to show the model variables.Use the Python script provided to you to run the kMeans algorithm:kmeansclustering.pyDownload kmeansclustering.pyFor each model, run the kMeans algorithm, varying k and Record the Overall Silhouette Scores as follows:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
