One data function used to train a model, another used to predict with new data. Need easy way to retain model between data functions. Using the "pickle" package works but is but cumbersome. Perhaps "Analytics Models" could be used.
Guest
Sep 6, 2023
In TERR we have SpotfireUtils and you can turn the model into a Spotfire Object and save it as a blob document property (BlobToSObject and SObjectToBlob). We have a Spotfire package in Python (however, it has virtually zero documentation). Maybe this could be extended to do a similar job?
In TERR we have SpotfireUtils and you can turn the model into a Spotfire Object and save it as a blob document property (BlobToSObject and SObjectToBlob). We have a Spotfire package in Python (however, it has virtually zero documentation). Maybe this could be extended to do a similar job?