-
### Before submitting an issue, please be sure to
- [x] Read [the contributing instructions](https://ggirelli.github.io/pygpseq/contributing)
- [x] Update to the latest version (run `git pull; sud…
-
Trying to run the examples from the readme :
```
from yaglm.toy_data import sample_sparse_lin_reg
from yaglm.GlmTuned import GlmCV, GlmTrainMetric
from yaglm.config.loss import Huber
from yag…
-
hello, I'm having a problem with loading premade models (https://www.tensorflow.org/lattice/tutorials/premade_models)
when I save the model as .tf format and load the model I would get
```
KeyEr…
-
Dear MetaSTAAR Developer,
I have encountered an error while using the MetaSTAAR_merge function.
My workflow was as follows:
1. I performed the 'Prefitting stage' using the STAAR package.
…
-
Description:
I'm able to use the thresholder on sklearn's voting classifer, but not on the stacking classifier. It throws this error, which I believe is in error. [StackingClassifier](https://sciki…
-
Hi,
I'm trying to use CalibratedClassifierCV to calibrate the probabilities from a Gradient Boosted Tree model. The GBM is wrapped in a Pipeline estimator, where the initial stages of the Pipeline…
-
It is so great to see such a good package. However the speed is too slow.
I am using `Crystal` ensemble model config. `tfl.estimators.CannedRegressor` estimator. It seems only one CPU is using, th…
-
``` python
estimator = SklearnClassifier(GradientBoostingClassifier(n_estimators=15), features=features)
grid_finder = GridOptimalSearchCV(estimator, generator, scorer)
grid_finder.fit(data, labels)
`…