Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Data Functions
Created by Guest
Created on Sep 3, 2022

Manage Model objects between data functions

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.

  • Attach files
      Drop here to upload
    • Guest
      Reply
      |
      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?