Skip to main content

Hello,

Is it possible to host a pickle file (which contains a ML model) in CDF and use it to make predictions for the available data in the platform?

If yes, what are the steps ? I browsed the documentation but I haven’t found anything relevant

Hello,

A pickle file can be uploaded to CDF as a standard “file” type of data.   Then you can call the file via the API from your python code as a bytestream using the client.files.download_bytes(id=<fileID>)

Regards

-Jon


Reply