Decisions 1
Rafey Iqbal Rahman
Cofounder at Wanderloop
One of the visions of joblib is to avoid computing the same thing twice. Joblib proved pretty useful to me while doing ML @Wanderloop. Joblib saves your entire sklearn pipeline in .joblib file format that can be reused by uploading the file to the session and obviously a one-line code snippet. It comes in handy when different models produce desired results with the same hyperparameters.
2 3.1K