Question Title

* 1. What does a negative correlation score between two features imply?

Question Title

* 2. What do polynomial features do?

Question Title

* 3. What is the name of class which transforms our features to polynomial

Question Title

* 4. What is a C parameter in terms of converting features to polynomial using scikit-learn?

Question Title

* 5. Do we need to apply polynomial transformation to ground truth labels (y) while applying them to features?

Question Title

* 6. How do we predict with a linear regression trained on polynomial features?
model - trained model

Question Title

* 7. What is the result of execution this line of code df.iloc[0]['PTRATIO'] after boston dataset upload?

T