data-attribute-recommendation-python-sdk
data-attribute-recommendation-python-sdk copied to clipboard
A client SDK for the Data Attribute Recommendation service on SAP Business Technology Platform (SAP BTP). Part of SAP AI Business Services.
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
**Checks**: - [ ] README.md is maintained - [ ] [Documentation](/docs) is maintained - [x] CHANGELOG.md is updated - [ ] Tests added
We should look into updating dependencies used in the SDK, including the ones used for CI. For instance, latest version of `astroid` requires `typing-extension` version `4.0.0`, but we had it...
> INFO:sap.aibus.dar.client.model_manager_client.ModelManagerClient:No Deployment found for model_name 'my-model'. Created new Deployment 'None' What is the "Deployment 'None'"?
The `requests` package is not thread safe: https://github.com/psf/requests/issues/2766 We should ensure the SDK is thread safe.
The notebook examples current refer to the images using relative paths. We need to update this to have images as attachments (similar to the regression notebook).
To improve clarity of the notebooks, we should include outputs from the `read*` methods as discussed in this thread: https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/116#discussion_r744739909
For really big datasets, training takes more than 24h