Further reading
You can consult the following blogs and articles to stay up to date with Python and data science:
- Armin Ronacher's blog (author of Flask): http://lucumr.pocoo.org/
- Data Science Central: http://www.datasciencecentral.com/
- Data Science Topic on Medium: https://medium.com/topic/data-science
- Kaggle blog: https://medium.com/kaggle-blog
- KD Nuggets: http://www.kdnuggets.com/websites/blogs.html
- Machine Learning topic on Medium: https://medium.com/topic/machine-learning
- Planet Python: https://planetpython.org/
- Programming topic on Medium: https://medium.com/topic/programming
- Python tips: http://book.pythontips.com/en/latest/index.html
- Python 3 Module of the Week: https://pymotw.com/3/
- Towards Data Science: https://towardsdatascience.com/
- Trey Hunner's blog (creator of Python Morsels): https://treyhunner.com/blog/archives/
The following resources contain information for learning how to build custom scikit-learn...