-
Notifications
You must be signed in to change notification settings - Fork 1
Move information #22
Copy link
Copy link
Open
Labels
data_layerissues related to data layers (d1/d2/others data related tasks)issues related to data layers (d1/d2/others data related tasks)
Metadata
Metadata
Assignees
Labels
data_layerissues related to data layers (d1/d2/others data related tasks)issues related to data layers (d1/d2/others data related tasks)
Type
Projects
Status
No status
We need now to imagine how the model is saved after the training phase. We can not store the d1/d2 layer too (if precomputed=True the pickle file will explode!). Something need to be moved. I'm thinking at this piece of code:
maybe all these information should be stored in the metadata and, during the saving/loading procedure, we will recover the important information (also the categorical and numerical scalers) for the inference phase