You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using DSS version 9.0.3. The documentation for ML model export functions get_scoring_jar_stream and get_scoring_pmml_stream says that they should return file-like objects that need to be closed after use.
In fact they return requests.Response objects, so correct usage is along the lines of
I'm using DSS version 9.0.3. The documentation for ML model export functions
get_scoring_jar_stream
andget_scoring_pmml_stream
says that they should return file-like objects that need to be closed after use.In fact they return
requests.Response
objects, so correct usage is along the lines ofThe documentation should be updated to reflect this: see here and here.
The text was updated successfully, but these errors were encountered: