Annotationleast-squares from formula

Language
python Python
Package
statsmodels (PyPI )
ID
ols-from-formula
Kind
function
Name
least-squares from formula
Description

construct OLS model from an R-style formula

Python class
  • statsmodels.regression.linear_model.OLS
Python method
from_formula
Inputs
  • 1
  • data
Outputs
  • return
Definition
  1. compose
    1. product
      1. construct
      2. least-squares
    2. evaluate-formula-supervised
  2. fit-supervised