Skip to content

Conversation

@BaiGang
Copy link

@BaiGang BaiGang commented Jun 30, 2014

  • Add LBFGS optimizer to both Poisson and Gamma regression models.
  • Add real-world data set to the test suites.
  • Modify the ``generatePoissonInput()’’ method in test suite to generate multi-dimensional test data.

…est cases. Added a Poisson regression data generator for generating multi-dimensional test data.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both of us didn't use regParam in the updater. Do we want to remove this parameter or change SimpleUpdater to SquaredL2Updater or L1Updater?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. My opinion is that we keep this parameter, and use L2 regularization. Which regularization to use depends on the data set. In out test suite, L2 is preferable to L1 for the low-dimensional test data.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree

xwei-datageek added a commit that referenced this pull request Jul 2, 2014
LBFGS optimier and new test cases for Poisson and Gamma regression
@xwei-datageek xwei-datageek merged commit 49cffaa into xwei-datageek:feature/glm Jul 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants