An example Python machine learning notebook for newcomers
11–17 of 17 posts
Re: An example Python machine learning notebook for newcomers
#12Re: An example Python machine learning notebook for newcomers
#13Re: An example Python machine learning notebook for newcomers
#14Earlier quoted context omitted.
The native GitHub IPython Notebook viewer also doesn't support within-notebook linking, which can be fairly annoying when you spend an hour putting together a nice table of contents system.
Automated table of contents really should be built into Jupyter, given how often it is used in practice. Although there is an nbextension [1]. [1] https://github.com/minrk/ipython_extensions
Re: An example Python machine learning notebook for newcomers
#15This is great! I have been using iPython notebook (as a biologist) for some months now and "getting a feel for the data" is very important. This notebook is littered with handy Python one liners to quickly gain insight into the data. I love iPython notebook, I can run the entire back-end on our cluster while working with terabytes of data on my laptop tethered to my phone from a moving train (as we speak ;)). Edit: N…
Re: An example Python machine learning notebook for newcomers
#16Hey Randy, just wanted to say thanks for doing so much to help others extend their knowledge of data science. I don't know where you get your energy but it's been fun watching your rising profile in the data scientist community.
Re: An example Python machine learning notebook for newcomers
#17This is great! I have been using iPython notebook (as a biologist) for some months now and "getting a feel for the data" is very important. This notebook is littered with handy Python one liners to quickly gain insight into the data. I love iPython notebook, I can run the entire back-end on our cluster while working with terabytes of data on my laptop tethered to my phone from a moving train (as we speak ;)). Edit: N…
Happy to hear it! I partly made this notebook to convert my coworkers and collaborations to a Pythonic workflow, so this is promising... :-)