Linear Models ------------- Linear modelling forms the backbone of many algorithms within the ``edges`` package. The ``modelling`` subpackage contains a nice interface for defining and fitting composite linear models. .. autosummary:: :toctree: _autosummary :template: module.rst edges.modeling.core edges.modeling.composite edges.modeling.data_transforms edges.modeling.fitting edges.modeling.models edges.modeling.xtransforms