Felix Rothe
Felix Rothe
KeyError due to bad input / output names when loading model exported from Pytorch with default keys
# Bug Report ### Is the issue related to model conversion? It is, but I am not sure which side does not stick to the standard (PyTorch / onnx /...
When using `tuneThreshold` to get the best threshold for a measure that needs maximization it does not work, but provides the minima (worst threshold) and returns it with the wrong...
Just a typo.
## Describe the bug When returning a pandas dataframe from a pipeline component columns of type `list` or `numpy.ndarray` change their type to `str`. This occurs when running the pipeline...
## Describe the bug When passing a parameter from one pipeline component to another, this parameter is wrapped (``). When calling `os.fspath` on this parameter and the parameter is of...
### Describe the bug I am not sure if this is a bug or I missed some basic config step, but I checked the docs multiple times and did not...