-
-
### Describe the workflow you want to enable
Scikit-learn has a `predict` and `predict_proba` method for Classification classes but only a `predict` method for regression, with the option of quanti…
-
### Issue Description
The is a bug in shapley values for NGBoost when col_sample < 1.
It seems that shapley values excludes some features when col_sample
-
Package Name: ngboost
Package Version: 0.4.1
Operating System: MacOS
Python Version: 3.9
Describe the bug:
We encountered a deprecation warning when using the `Y_from_censored` function in th…
-
Looking as http://proceedings.mlr.press/v119/duan20a/duan20a.pdf
and looking at https://xgboost-distribution.readthedocs.io/en/latest/experiments.html it is not clear to me why NLL would be a good me…
-
Package Name: ngboost
Package Version: 0.4.1
Operating System: Windows
Python Version: 3.10
When I try to fit a `NGBRegressor` with `Dist=Exponential`. I get the `AttributeError` below:
```
…
-
Hi,
I get the following error when I run on GPU. When running on CPU everything works fine:
Input dimensions are:
train: (72435, 413)
target: (72435,)
```
Estimator 0/1430, Train metric: 0.93…
-
I'm wondering if the recommendation times I'm encountering are expected given my setup:
Machine:
MacBook Air, 15 inch, M2, 2023
Memory: 16 GB
OS: Sonoma 14.4.1
Python: 3.11.8
Model:
Single …
-
Thank you for providing all this code!
I am trying to use the models in my code and GP works fine, but with NGB I get the below error on Bace. Only for binary classification, regression works. Did yo…
-
### Describe the bug
Trying to write data into LMDB but fail on windows
### Steps/Code to Reproduce
```python
import os
import pandas as pd
from tqdm import tqdm
from arcticdb import Arct…