Answer to Question #295467 in Python for suresh

Question #295467

 

1.    After imputation of nulls with mean what is the average value of the compressive strength in concrete?

2.    The feature that has a moderately strong relationship with compressive strength in concrete is?

3.    Standardize the dataset using standardscaler(), split the dataset into train and test of proportions 70:30 and set the random state to 1. Build a Linear Regression Model on the data and the resulting r-squared value is between which range?


1
Expert's answer
2022-02-09T05:55:28-0500

(1) The average compressive strength of the concrete was 58.6 MPa.

(2) Compressive Strength

(3)

from sklearn.preprocessing import StandardScaler
sc = StandardScaler()
X = sc.fit(X)
X = sc.transform(X)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS