2 Repos
Frameworks for modeling non-normal response variables using link functions and distribution families.
Distinct from Linear Regression: Distinct from standard linear regression: focuses on the generalized framework for non-normal distributions.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Generalized Linear Models. Refine with filters or upvote what's useful.
Statsmodels is a comprehensive Python library designed for statistical modeling, econometric research, and data analysis. It provides a robust framework for estimating and diagnosing a wide range of statistical models, enabling users to perform rigorous hypothesis testing, regression analysis, and complex data exploration within structured environments. The library distinguishes itself through its support for advanced statistical methodologies, including state space representation for dynamic systems and generalized linear frameworks that accommodate non-normal response variables. It offers s
Applies link functions and distribution families to model non-normal response variables.
PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o
Supports the construction of generalized linear models using Bayesian priors to estimate variable relationships.