Excidion
Excidion
Is this still going to be merged into master? Would love to try it out!
Since I think my issue relates to this, I will just leave it here: Stumbled into this error while trying `datagen()` on a GAM trained with `bam()`: ``` Error in...
```R model = bam( formula = f, family = binomial(link = "logit"), data = data, method = "GACV.Cp", knots = knots_list, select = TRUE, drop.intercept = FALSE, fit = TRUE,...
The formula `f` ist just lenghty sum of `s(bs='cs', m=2, k=...)` splines of one feature each. Some of them have a factor `by=...` variable set. The `knots_list` ist exactly that,...
While working in a similiarly configured GAM i noticed `datagen()` worked on a GAM trained via `bam()`. The configuration is practically identical to the one i provided above. The difference...
I am definitely more fond of returning the contributions to the fitted model. This is, at least for me, closer to some of the core aspects why i value GAM...
With Ibis missing Hana support I am using those hana-ml DataFrames right now but must admit they are a bit odd to use. As they mention [here](https://pypi.org/project/hana-ml/) that library is...
> since this was opened, it looks like the sqlalchemy package has been released several times and updated: https://pypi.org/project/sqlalchemy-hana/#history And the updates keep coming. Seems like there is some life...
I am no expert on either ibis or SAP Hana. So some documents to look into how to get started and what is even needed would be very helpful. Even...
Would be very helpful to use notebooks as mkdocs-material blogs!