-
Updated
May 20, 2020 - C++
glm
Here are 235 public repositories matching this topic...
The docstrings for e.g. ftest are not present in the generated
documentation but are quite useful. I think the full API should be in
the generated docs.
add pydocstyle
In most of the other projects I contribute to, we use pydocstyle to check conformity to PEP257. Once #259 is in, we can enable it by simply switching the line $ make flake to $ make pep. It's just a lot of errors, so it can be done when we are bored :)
`at` and factors
Please specify whether your issue is about:
- a possible bug
- a question about package functionality
- a suggested code or documentation change, improvement to the code, or feature request
What is the proper way to specify factor values in the at list?
library(margins)
dat <- mtcars
dat$cyl <- as.factor(dat$cyl)
mod <- lm(mpg ~ cyl + hp, dat)
margins(mod, at -
Updated
May 25, 2020 - C++
-
Updated
May 25, 2020 - Kotlin
-
Updated
Oct 29, 2018 - C
I tried to use the original glm documentation. But since there is about 95% missing in PyGLM, it's not a well working approach. So while I think this is a good project, it's not an option if you have the desire to get something done.
library(mboost)
myiris <- as.list(iris)
myiris$class <- factor(levels(iris$Species)[-nlevels(iris$Species)])
## Now fit the linear array model
mlm <- mboost(Species ~ bols(Sepal.Length, df = 2) %O%
bols(class, df = 2, contrasts.arg = "contr.dummy"),
data = myiris,
family = Multinomial())
# works
predict(mlm)
# gives weird error messa
-
Updated
Feb 17, 2020 - HTML
See lme4 manual (http://lme4.r-forge.r-project.org/book/Ch2.pdf) and Bolker's article.
Nested random effects (1|a/b) are actually equivalent to (1|a) + (1|b), as long as levels in b are clearly specified so they can't be confounded. See also https://m-clark.github.io/mixed-models-with-R/extensions.html#crossed-vs.nested
-
Updated
Mar 22, 2020 - C++
-
Updated
May 7, 2019 - C++
-
Updated
Dec 21, 2019 - C++
-
Updated
Mar 11, 2019 - C++
-
Updated
May 5, 2020 - C
-
Updated
May 19, 2020 - R
-
Updated
May 17, 2020 - Python
The tinyobjloader repository seems to have moved to a new location:
https://github.com/tinyobjloader/tinyobjloader/
It would be better to update the git submodule setting as well.
-
Updated
Sep 18, 2019 - C++
-
Updated
Mar 28, 2018 - C++
Improve this page
Add a description, image, and links to the glm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the glm topic, visit your repo's landing page and select "manage topics."
The basic idea is to have a metrics package, we can start with ROC/AUC (first on GPU, then if necessary on CPU). It should mimic the SKLearn API and results:
http://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
Requirements: