-
## ❓ Questions and Help
#### What is your question?
Starting from a fresh container environment equipped with pytorch and funasr (via `pip install funasr`), I encountered `ModuleNotFoundErro…
-
First of all, thanks for this package, I've been using it for some time to do feature engineering and it's awesome.
**Is your feature request related to a problem? Please describe.**
I think I fou…
-
Hi, thank you for your contributions to the field of survival analysis. I've encountered an issue while working with a MIMIC dataset that includes five competing risks. I'm experiencing unusually low …
-
Hello,
I've trained a StackingClassifier for a model and wanted to save the kernal explainer as a pickle file. I'm using the below code snippet
```
clf = sklearn.ensemble.StackingClassifier(
…
-
I was trying to run two swe-bench tasks overnight, and they seemed to crash for different reasons, both in their setup scripts.
One crashed due to what look like a pip install error , followed by …
-
@hmendozap raised this issue in the auto-sklearn issue tracker:
When adding a `UniformFloat` or `Constant` hyperparameter to the configuration space of any component, the string conversion to the '…
-
## Environment data
- Pylance version: v2024.9.1
- OS and version: macOS Sonoma 14.6.1
- Python version (& distribution if applicable, e.g. Anaconda): 3.12.5 (installed by VS Code on de…
-
### 🐛 Describe the bug
I am trying to surve ASR whisper model in torchserve but i am facing worker issue
### Error logs
main org.pytorch.serve.servingsdk.impl.PluginsManager - Loading snapshot ser…
-
As discussed in the `dataHaskell` gitter, a (composable) version of `split-apply-combine` or `map-reduce` would be a welcome addition to the frames api. For clarity, here's a comment outlining the de…
-
**Describe the bug**
Simplely, I have a multipout regression task, which I use R2 score. Naturally, I used the `nn.metrics.R2Score(multioutput="raw_values")` by passing `multioutput="raw_values"`, I …