-
### š The feature, motivation and pitch
It would be great to have a general parallel prefix sum (associative scan) operation in PyTorch, something like [associative_scan](https://jax.readthedocs.ioā¦
-
### š Describe the bug
I am trying to return a python list of dicts from pytorch serve. It is a list containing the top 5 predictions of the model:
```python
top_k_predictions = [{'label': 'labelā¦
-
It would be desirable to create custom distributions in numpyro
The way is outlined in https://forum.pyro.ai/t/creating-a-custom-distribution-in-numpyro/3332/2
This could be used for censored diā¦
-
Currently disabled, need to ensure the following cases
Invariants to maintain
- Conditional models are never initialized into singletons.
- Conditional models are not proposed to move into singletonsā¦
fsaad updated
8 years ago
-
### Issue Description
Hi,
I'm working on binary classification using the CatboostClassifier(). My dataset is large, featuring a large set of categorical features. Due to this, I've opted to use the ā¦
-
Wishing for a method `l2norm(d::Distribution)` that returns the L2 norm of the probability density function for `d`. Our use case is computing the Brier loss and integrated square loss for machine leaā¦
-
-
In [simulate-methods.R in gratia](https://github.com/gavinsimpson/gratia/blob/0d0016932bda137666c5dc05332f7ba8539b9d0f/R/simulate-methods.R#L81), for `ocat` models, `predict(type = "response")` currā¦
hhp94 updated
2 hours ago
-
When performing classification one often wants to predict not only the class label but also the associated probability to give a level of confidence in the prediction. The `sklearn.metrics.calibrationā¦
-
I met a bug that when training HMM, occasionally the initialisation will fail, showing error like this:
```
2024-10-07 15:43:58 INFO osl-dynamics [hmm.py:470:random_state_time_course_initialization]ā¦