rivamarco
rivamarco
## Describe the bug We have a problem with the usage of Seldon Operator version 1.13.1. Operator was installed to be used with Istio, that in our cluster is at...
## Describe the bug Deploying a MlFlow model that will use a pickle of a `pandas` dataframe created (and then loaded in the model in the `load_context` function) with `pandas==1.4.4`...
## Describe the bug The dependencies that we specify in the `conda.yaml` file of the MlFlow model are overridden by `requirements.txt` of the mlflow server, in particular by this file...
### Is there an existing issue for this feature? - [X] Yes, I have searched the existing issues and it doesn't exist. ### Feature Description Hi, first of all, thanks...
Some models in HuggingFace hub needs `trust_remote_code` to be put at `True` in order to run these models. For example trying to run this model with MlServer https://huggingface.co/tiiuae/falcon-7b-instruct we obtain...
### The problem When there are a lot of classes involved in a multi class model (for example 200 classes) there are two issues in the visualization: - The ****...
### Checklist - [x] I have filled out the template to the best of my ability. - [x] This only contains 1 feature request (if you have multiple feature requests,...
### The problem The percentage in Class Metrics are multiplied by 100. This will lead to an incorrect graphical representation We should not multiply by 100 and instead leaving the...