Siddhant Sadangi
Siddhant Sadangi
The client currently does not support seaborn figures out-of-the-box, and they need to be converted to matplotlib format for upload ``` # Generate chart seaborn_fig = ... # Convert Seaborn...
Currently, images read using cv2.imread() don't render correctly when uploaded directly to Neptune. To render them correctly, they have to be: 1. converted to RGB format ``` img_bgr = cv2.imread("OpenCV_logo.png",...
### Describe the bug The neptune integration doesn't work on using `neptune>1.0` or `neptune-client 1 pipeline_result = pipeline(dataset='Nations',model='TransE',result_tracker='neptune', 2 result_tracker_kwargs=dict( 3 project_qualified_name='sandbox', 4 experiment_name='Tutorial Training of RotatE on Kinships', 5...
**What kind of change does this PR introduce?** - [X] Add a project - [ ] Update a project - [ ] Remove a project - [ ] Add or...
## Description Kedro pipelines allow passing the "neptune_run" string as a run handler. However, this does not work with namespaced pipelines which interpret all arguments as datasets. ## Context Trying...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
Checking if "signedURL" exists before trying to strip "/". `cast` doesn't convert `NoneType` to `str` at runtime if there is no signedURL returned. ## What kind of change does this...
# Description Updated Optuna example code __Related to:__ Update Optuna example __Any expected test failures?__ - Notebook tests will fail on Windows and Mac as the kernel needs to be...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary I would...