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 credit_risk_clean.csv dataset, perform the analytic experiments described below.credit_risk_clean.csvDownload credit_risk_clean.csvCreate an 80% random sample using the provided Python script. The random_seed should be the numeric part of your UID without any leading zeroes:create_deterministic_random_sample.pyDownload create_deterministic_random_sample.pyTake a screenshot of the Python code where you set the sample_size and random_seed.Connect the dataset to the random sample Python script. This creates the 80% 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, 'loan_status'. Take screenshots of the two 'Select Columns' opened to show the model variables.Use the Python script provided to you to run the k-Means algorithm:k_means_clustering.pyDownload k_means_clustering.pyFor each model, run the k-Means algorithm, varying k =2,3,4, and 5.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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!