Experimenting with Python’s Pipeline Class for Churn Prediction

In this post I share the latest in my quest for continuous learning. This time, I experimented with the Pipeline class by scikit learn to see on its advantages. I applied it to a machine learning task that I previously worked on, churn prediction. From my reading, using Pipeline is supposed to be simple, yet […]