How to Simplify Machine Learning Workflow with scikit-learn Pipeline

This notebook is apart of Ageas - Knowledge Hub Webinar - 7/May/2019

Requirements

Python 3.X

Authors

  • Siraprapa Watakit

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Credits

  • Zac Stewart
  • Julie Michelman
  • Kevin Goetsch
  • Kevin Markham

Also very good to check all these out :-

  1. Kevin Markham - Machine Learning Series / Pandas Best Practices:
  1. Julie Michelman/Kevin Goetsch on sklearn Pipeline – I derived lots from their training
  1. Zac Stewart blogs – of which he explains how he put 10 machine leaning in1 pipeline
  1. This is my silly NLP ,of which I compare multiple models metrics – NLP/Sentiment /w and wo Pipeline, go to the bottom
  1. I talked about RIDITS, which one of many unsupervised learning methods for Fraud detection, there are many more ways of to do so – I highly recommend this
  1. Python Data Science Handbook
  1. Finally, RISE and how to use it?