pencil.io.dill_save
Functions
|
This scripts saves any kind of object as a dill file in a folder. |
Module Contents
- pencil.io.dill_save.dill_save(obj, name, folder='pc')
This scripts saves any kind of object as a dill file in a folder.
- Parameters:
obj – object you want to save in an pkl file
name – name of pkl file, ‘.pkl’ will be added automatically if missing