regressionsmodeller
Regressionsmodeller is a software framework for building, fitting, and evaluating regression models. It provides a unified interface to specify model families, choose estimation methods, and generate predictions from data. The toolbox covers traditional linear regression, generalized linear models, and non-linear variants, as well as robust and regularized approaches. It can operate on tabular datasets with numeric and categorical features, and emphasizes reproducibility and interpretability of results.
Core features include model specification language, automatic preprocessing (handling missing values, encoding categorical variables, scaling), regularization
Typical workflow: ingest data, preprocess, specify candidate models, fit with chosen estimation method, evaluate on validation
Regressionsmodeller is intended for data scientists, researchers, and analysts across industries, including economics, biology, engineering, and