Skip to content

Conversation

@mengxr
Copy link
Contributor

@mengxr mengxr commented Jun 2, 2015

The temporary column should be dropped after we get the prediction column. @harsha2010

@SparkQA
Copy link

SparkQA commented Jun 2, 2015

Test build #34018 has finished for PR 6592 at commit 6ee70de.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@harsha2010
Copy link

+1 looks good. thanks @mengxr
I do have one question: does it make sense to promote this column which actually stores the predictions of the underlying classifiers for debugging purposes. For a test example, if my classification error is high, it would be nice to be able to inspect this column for debugging.

@mengxr
Copy link
Contributor Author

mengxr commented Jun 2, 2015

We could add a debug flag (or debugLevel) in the future to control extra columns. By default, users shouldn't see this column.

@harsha2010
Copy link

@mengxr , yes, that works. thanks!

@SparkQA
Copy link

SparkQA commented Jun 2, 2015

Test build #34024 has finished for PR 6592 at commit 1d89107.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@asfgit asfgit closed this in 89f21f6 Jun 2, 2015
asfgit pushed a commit that referenced this pull request Jun 2, 2015
The temporary column should be dropped after we get the prediction column. harsha2010

Author: Xiangrui Meng <[email protected]>

Closes #6592 from mengxr/SPARK-8049 and squashes the following commits:

1d89107 [Xiangrui Meng] use SparkFunSuite
6ee70de [Xiangrui Meng] drop tmp col from OneVsRest output

(cherry picked from commit 89f21f6)
Signed-off-by: Xiangrui Meng <[email protected]>
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
The temporary column should be dropped after we get the prediction column. harsha2010

Author: Xiangrui Meng <[email protected]>

Closes apache#6592 from mengxr/SPARK-8049 and squashes the following commits:

1d89107 [Xiangrui Meng] use SparkFunSuite
6ee70de [Xiangrui Meng] drop tmp col from OneVsRest output
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
The temporary column should be dropped after we get the prediction column. harsha2010

Author: Xiangrui Meng <[email protected]>

Closes apache#6592 from mengxr/SPARK-8049 and squashes the following commits:

1d89107 [Xiangrui Meng] use SparkFunSuite
6ee70de [Xiangrui Meng] drop tmp col from OneVsRest output
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