You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be really helpful for learners if there were complete workflows that bring all of the steps together into a single finished product. This request is related to issue #167.
Describe the solution you'd like
I like to work along with the book and explore the features, methods and output of the code I'm running. This helps me solidify my learning and understanding. Providing a single cell or group of cells that provide a fully functional example would solve this and allow learners to investigate with a working solution.
Additional context
As I was pulling this together to make it work outside of the sample notebooks, I could not figure out where the training data was coming into the pipeline. I remembered that housing had been assigned to the unprocessed raw data pulled from the tarball in cell 4 of the Chapter 2 notebook. What I forgot, is that somewhere in cell 30 or so, it was reassigned such that it contained the stratified training set.
Figuring this out took me way longer than I'd like to admit and I found it super frustrating that I couldn't make it work until a close reading found the reassignment.
Before you create this issue
Is your feature request related to a problem? Please describe.
It would be really helpful for learners if there were complete workflows that bring all of the steps together into a single finished product. This request is related to issue #167.
Describe the solution you'd like
I like to work along with the book and explore the features, methods and output of the code I'm running. This helps me solidify my learning and understanding. Providing a single cell or group of cells that provide a fully functional example would solve this and allow learners to investigate with a working solution.
See cell 68 in (also included below) from my fork of chapter 2.
Additional context
As I was pulling this together to make it work outside of the sample notebooks, I could not figure out where the training data was coming into the pipeline. I remembered that
housing
had been assigned to the unprocessed raw data pulled from the tarball in cell 4 of the Chapter 2 notebook. What I forgot, is that somewhere in cell 30 or so, it was reassigned such that it contained the stratified training set.Figuring this out took me way longer than I'd like to admit and I found it super frustrating that I couldn't make it work until a close reading found the reassignment.
Example
The text was updated successfully, but these errors were encountered: