Regression ======================== This module consists of classical regression models. Currently, it includes the following methods: * Binary logistic regression (class BinaryLogisticRegression) * Linear regression (class LinearRegression) .. automodule:: randan.regression :members: :undoc-members: :show-inheritance: