Incorporate custom functions in sklearn pipeline
I was working on a tabular dataset problem on Kaggle, and I wrote a function to do some preprocessing. The function removed columns that had a correlation above a threshold. I wanted to experiment with different thresholds, and rather than tune it by...
Nov 17, 20226 min read106