-
Hello, Michael!
I was reviewing the implementation of the Viterbi decoder in the project and observed that the input probabilities are passed directly in their linear form (as produced by the softmax…
-
as defined in [BEP011](https://docs.google.com/document/d/1YG2g4UkEio4t_STIBOqYOwneLEs1emHIXbGKynx7V0Y/edit#), we need to replace `_probability` suffix by `_probseg`.
-
# Marcov_chain_prediction_algorithm
What is a Markov Chain? A Markov Chain is a mathematical model describing transitions between states based on probabilities. Its defining property is that the futu…
-
Hi, I was wondering if there's any way of accessing the probabilities of each of the bagged models which are averaged to get the output of ```predict_proba()``` for the L1 models? This would be helpfu…
-
We have found
![image](https://github.com/user-attachments/assets/afa07e1b-8225-498e-9068-07dc41c198a1)
from URL https://app-prod-ws.meteoswiss-app.ch/v1/plzDetail?plz=390000
Sample data atta…
-
Hi all,
thanks for providing this great package and making the application of bias-adjusted LCA/LPA available as open source!
I was wondering if there is a possibility to calculate predicted pro…
-
Hi there,
I was wondering it was possible to allow [output scores/probabilities](https://huggingface.co/docs/transformers/internal/generation_utils) in completions? This is to be able to see probab…
-
### What happens?
Hello!
Splink comparison viewer barplot and waterfall chart don't seem to agree on the match probability. However, they agree on the match weight, which doesn't seem normal. The pr…
-
Shall we include the law of total probability? Both, for probability spaces and for random variables.
-
# Bug Report
### Describe the Bug
inconsistent behavior in multinomial sampling between torch/jax backends.
### To Reproduce
```python
import mithril as ml
# init backends
torch_backend …