First, we’ll be separating the input and target variables and assign them to X and y respectively so that we can directly access either of those when required.

- X now contains all the features except Quality.
- y contains Quality.
Earn 20 XP
First, we’ll be separating the input and target variables and assign them to X and y respectively so that we can directly access either of those when required.
This website uses cookies to ensure you get the best experience. Learn more