Answered step by step
Verified Expert Solution
Question
1 Approved Answer
deatiled explanation and python code for Problem - 1 Context The comp - activ database comprises activity measures of computer systems. Data was gathered from
deatiled explanation and python code for Problem
Context
The comp
activ database comprises activity measures of computer systems. Data was gathered from a Sun Sparcstation
with
Mbytes of memory, operating in a multi
user university department. Users engaged in diverse tasks, such as internet access, file editing, and CPU
intensive programs.
Being an aspiring data scientist, you aim to establish a linear equation for predicting 'usr'
the percentage of time CPUs operate in user mode
Your goal is to analyze various system attributes to understand their influence on the system's 'usr' mode. Problem
Define the problem and perform exploratory Data Analysis
Problem definition
Check shape, Data types, statistical summary
Univariate analysis
Multivariate analysis
Use appropriate visualizations to identify the patterns and insights
Key meaningful observations on individual variables and the relationship between variables
Problem
Data Pre
processing
Prepare the data for modelling:
Missing Value Treatment
if needed
Outlier Detection
treat
if needed
Feature Engineering
Encode the data
Train
test split
Problem
Model Building
Linear regression
Apply linear Regression using Sklearn
Using Statsmodels Perform checks for significant variables using the appropriate method
Create multiple models and check the performance of Predictions on Train and Test sets using Rsquare, RMSE & Adj Rsquare.
Problem
Business Insights & Recommendations
Comment on the Linear Regression
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