(10 points) Load the dataset (credit_scores.csv) Delete the following features f
(10 points) Load the dataset (credit_scores.csv) Delete the following features f (10 points) Load the dataset (credit_scores.csv) Delete the following features from the dataset: ″Name″, ″SSN″, ″ID″, ″Customer_ID″ Set the Credit_Score feature as the target variable, and the remaining features as the input variables. Divide the dataset by 80% training and 20% testing using the…