Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set probability column for evaluation #137

Merged
merged 1 commit into from
Sep 21, 2018
Merged

Set probability column for evaluation #137

merged 1 commit into from
Sep 21, 2018

Conversation

tovbinm
Copy link
Collaborator

@tovbinm tovbinm commented Sep 21, 2018

Fixes issue #136

@@ -86,6 +86,7 @@ object OpTitanic extends OpAppWithRunner with TitanicFeatures {
.setLabelCol(survived)
.setPredictionCol(pred)
.setRawPredictionCol(raw)
.setProbabilityCol(prob)
Copy link
Collaborator

Choose a reason for hiding this comment

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

ooo - is this what we have in master?? 'cause this is NOT up to date with the Evaluators version currently in master

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

master is working against TAI 0.3.4. I will update 0.4.0 release branch as well.

@tovbinm tovbinm merged commit 45241e6 into master Sep 21, 2018
@tovbinm tovbinm deleted the mt/fix-example branch September 21, 2018 20:59
ericwayman pushed a commit that referenced this pull request Feb 8, 2019
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