Skip to content

Removing linear regression support in Statsample #53

Description

@lokeshh

I think its reasonable to remove linear regression support in Statsample because of following reasons:

  • Its equivalent which is Normal regression lies in Statsample-GLM
  • This way all regression models would lie in Statsample-GLM
  • Statsample-GLM already supports predicting on new data which Statsample doesn't yet
  • Normal regression in Statsample-GLM works without an intercept providing more flexibility
  • This will keep regression models management limited to Statsample-GLM and Statsample gem would be responsible for other statistic tools other than regression, hence simplifying the management.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions