-
Could you consider having an `engine = ` argument to each model_spec function, rather than requiring `set_engine()` afterward? For instance:
```
# Instead of requiring:
logistic_reg() %>%
set_…
-
And this article also doesn't seem connected to the TOC
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: ce840080-2d1b-6ea…
-
Looking for helpers in developing a package related to `modeltime.gam`. May not need to be a new package but `modeltime` is getting quite large.
References:
- [Noam Ross Tutorials & GAM Reference…
-
Hej!
Using cr v.1.0.0-rc.0 I ran into problems fitting a Generalized Additive Model.
Running `model = cr.ul.models.GAM(adata, grid=None)` gives me "model = cr.ul.models.GAM(adatasub, grid=None)"…
-
- [x] [Global assessment of relationships between climate and tree growth](https://onlinelibrary-wiley-com.smithsonian.idm.oclc.org/doi/full/10.1111/gcb.15057?campaign=woletoc)
- [x] [Peters et al. (…
-
The function pool ignores that there are different models for each parameter in gamlss (Generalized Additive Models for Location, Scale and Shape) objects such that it will average over the regression…
-
While `y_hat_train = predictor.predict(X_t)` is working, the test prediction: `y_hat_test = predictor.predict(X_test)` gives back error with statement:
Traceback (most recent call last): File "/m…
-
In `gam()`, you can adjust the smoothing with `gamma`. Values above 1 increase the smoothness. Teller et al. use a value of 1.2, but I don't think they justify that particular value. Simon Wood say…
Aariq updated
3 years ago
-
Hey Group 15,
I'm assigned to do a peer review for your group project (Release 0.2.0) this week. Overall, great work on this project!
My review/feedback:
- Documentation: The project is prope…
-
This has several components.
## 1. Generalize data loading and processing
Measurements sometimes come with an estimate of their variance. For example if we are interested in a functional score, …