Skip to content

Conversation

@dbtsai
Copy link
Member

@dbtsai dbtsai commented Jul 14, 2014

Instead of using prependOne currently in GeneralizedLinearAlgorithm, we would like to use appendBias for 1) keeping the indices of original training set unchanged by adding the intercept into the last element of vector and 2) using the same public API for consistently adding intercept.

@SparkQA
Copy link

SparkQA commented Jul 14, 2014

QA tests have started for PR 1410. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16640/consoleFull

@SparkQA
Copy link

SparkQA commented Jul 14, 2014

QA results for PR 1410:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16640/consoleFull

@mengxr
Copy link
Contributor

mengxr commented Jul 15, 2014

LGTM. Thanks!

@asfgit asfgit closed this in 52beb20 Jul 15, 2014
gzm55 pushed a commit to MediaV/spark that referenced this pull request Jul 18, 2014
…zedLinearAlgorithm

Instead of using prependOne currently in GeneralizedLinearAlgorithm, we would like to use appendBias for 1) keeping the indices of original training set unchanged by adding the intercept into the last element of vector and 2) using the same public API for consistently adding intercept.

Author: DB Tsai <[email protected]>

Closes apache#1410 from dbtsai/SPARK-2477_intercept_with_appendBias and squashes the following commits:

011432c [DB Tsai] From Alpine Data Labs
@dbtsai dbtsai deleted the SPARK-2477_intercept_with_appendBias branch August 11, 2014 22:34
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
…zedLinearAlgorithm

Instead of using prependOne currently in GeneralizedLinearAlgorithm, we would like to use appendBias for 1) keeping the indices of original training set unchanged by adding the intercept into the last element of vector and 2) using the same public API for consistently adding intercept.

Author: DB Tsai <[email protected]>

Closes apache#1410 from dbtsai/SPARK-2477_intercept_with_appendBias and squashes the following commits:

011432c [DB Tsai] From Alpine Data Labs
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.

3 participants