Rafey Iqbal Rahman
Aug 23, 2020
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.
3.19k views3.19k
Comments





