svinfer/linear_model/linear_regression.py [195:200]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        x_columns,
        y_column,
        x_s2,
        fit_intercept=True,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



svinfer/linear_model/logistic_regression.py [31:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        x_columns,
        y_column,
        x_s2,
        fit_intercept=True,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



