Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using Python and Jupyter Notebook create the following script: 1. Exploratory Analysis a) Conduct Exploratory Data Analysis (EDA) using pandas-profiling to help identify key insights
Using Python and Jupyter Notebook create the following script: 1. Exploratory Analysis a) Conduct Exploratory Data Analysis (EDA) using pandas-profiling to help identify key insights from the dataset. 2. Remove Anomalies a) Remove outliers using Isolation Forest 3. Create Learning Curves for both algorithms (Logical Regression and Nave Bayes). a) Please use recall for your scoring (i.e. scoring='recall_weighted') b) Logistical Regression (solver='lbfgs', class_weight='balanced',_max_iter=1000, random_state =100) 4. Create Optimize models (including ROC/AUC Curves) using the following two (2) algorithms to predict the proper label classification: a) Logistical Regression (solver='lbfgs', class_weight='balanced',_max_iter=1000, random_state =100 ) b) Nave Bayes
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started