Question: Please do let me know how can I give the link for the Dataset Write Code in Python to Perform the below activities. = =
Please do let me know how can I give the link for the Dataset
Write Code in Python to Perform the below activities.
Import LibrariesDataset
Download the dataset.
Import the required libraries.
Data Visualization and Exploration
a Print at least rows for sanity check to identify all the features present in the dataset and if the target matches with them.
b Print the description and shape of the dataset.
c Provide appropriate visualization to get an insight about the dataset.
d Try exploring the data and see what insights can be drawn from the dataset.
Data Preprocessing and cleaning
a Do the appropriate preprocessing of the data like identifying NULL or Missing Values if any, handling of outliers if present in the dataset, skewed data etc. Apply appropriate feature engineering techniques for them.
b Apply the feature transformation techniques like Standardization, Normalization, etc.
You are free to apply the appropriate transformations depending upon the structure and the complexity of your dataset.
c Do the correlational analysis on the dataset. Provide a visualization for the same.
Data Preparation
a Do the final feature selection and extract them into Column X and the class label into Column into Y
b Split the dataset into training and test sets.
Model Building
a Perform Model Development using Logistic regression and Decision tree. Deep Learning Models are strictly not allowed
b Train the model and print the training accuracy and loss values.
Performance Evaluation
a Print the confusion matrix. Provide appropriate analysis for the same. b Do the prediction for the test data and display the results for the inference.
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
