Alex-Wenner-FHR
Alex-Wenner-FHR
Have had users mention that the text can be hard for them to read some times on specific components. Specifically plots, table, etc. Not persistent but wanted to inquire. Thanks!
I am getting an error when calling the function generateTreeImage and passing the respective parameters. The error I am getting is "FileNotFoundError: [WinError 2] The system cannot find the file...
Would love the ability to impersonate a user through the api as you are able to through the front end. It would be much easier if this was a capability!
**Describe the bug** Locally when I start the implementation of the react multi stream, it works great. However when deployed I see the following error: **To Reproduce** I am really...
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question I have a question around the `VideoSink`. I know that...
**Describe the feature you'd like** It would be very helpful to be able to programmatically get all available framerworks, py versions etc, prior to `sagemaker.image_uris.retrieve(...)`. This would allow people to...
I am using: - gluonts: latest - python: 3.11.0 I have a `TemporalFusionTransformer` that was trained with a `PandasDataset.from_long_dataframe(...)`. In this PandasDataset I have multiple `item_ids` ``` |item_id| ... |-------|...
I see this error when running `show_in_notebook()`: ```python /opt/miniconda3/lib/python3.9/site-packages/lime/explanation.py:194: DeprecationWarning: Importing display from IPython.core.display is deprecated since IPython 7.14, please import from IPython display from IPython.core.display import display, HTML ```...
I am wondering if there are any plans to upgrade the pom.xml to use `aws-sdk-java-v2` found [here](https://github.com/aws/aws-sdk-java-v2/tree/master)? I see that there are known vulnerabilities on [aws-java-sdk-core:1.12.437](https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-core/1.12.437). After reading a bit,...
**Describe the bug** ```python org.apache.spark.api.python.PythonException: Traceback (most recent call last): File "/usr/lib/spark/python/lib/pyspark.zip/pyspark/worker.py", line 830, in main process() File "/usr/lib/spark/python/lib/pyspark.zip/pyspark/worker.py", line 822, in process serializer.dump_stream(out_iter, outfile) File "/usr/lib/spark/python/lib/pyspark.zip/pyspark/serializers.py", line 274, in...