-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Enables FastTreeBinaryClassificationCategoricalSplitTest and BinaryClassifierTesterThresholdingTest #255
Conversation
@@ -204,8 +204,8 @@ public static class TestDatasets | |||
public static TestDataset adult = new TestDataset | |||
{ | |||
name = "Census", | |||
trainFilename = @"..\UCI\adult.train", | |||
testFilename = @"..\UCI\adult.test", | |||
trainFilename = @"adult.train", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ [](start = 28, length = 1)
Thanks for moving the file! This is an improvement.
Now that we no longer have a path hard coded we can remove the @
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dotnet-bot test OSX10.13 Debug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great thanks much @Anipik !
@dotnet-bot test OSX10.13 Release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TomFinley I moved the files in both the PRs |
…assifierTesterThresholdingTest (dotnet#255) * Tests Enabled & Dataset Moved to correct place in test\BaselineOutput * Correcting path for adult data set for autoInference class, and removing @ from path
Test Being Enabled - BinaryClassifierTesterThresholdingTest, FastTreeBinaryClassificationCategoricalSplitTest
Zbaselines used by BinaryClassifierTesterThresholdingTest are already present. The slight difference in numbers is due to change in underlying framework
FastTreeBinaryClassificationCategoricalSplitTest
Learners Used :- FastTreeClassfier, FastTreeWithCategoricalClassfier, FastTreeClassfierDisk, FastTreeWithCategoricalClassfierDisk
Datasets Used:- adultOnlyCat, adult
Files BreakDown For FastTreeBinaryClassificationCategoricalSplitTest :- 40 release files , 40 debug files
Each Learner needs 10 files (5 For each datasets) The 5 files are *.txt, .out.txt, .rp.txt, *.ini, summary.txt
Note :- Release files are exactly same as Debug files
cc @shauheen @Ivanidzo4ka @eerhardt @danmosemsft @codemzs