Skip to content

Tree-based featurization #3812

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

Merged
merged 27 commits into from
Jun 26, 2019
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/Microsoft.ML.Tests/TrainerEstimators/TreeEnsembleFeaturiz…
…erTest.cs

Co-Authored-By: Justin Ormont <[email protected]>
  • Loading branch information
wschin and justinormont authored Jun 7, 2019
commit 6850b8e8ee4faa8a4933fe58c11c3ea3ce9bba07
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ public void TestFastTreeBinaryFeaturizationInPipelineWithOptionalOutputs()
}
catch
{
isWrong = true; // Only "Leaves" is produced by tree featurizer, so accessing "Trees" and "Paths" may lead to an error.
isWrong = true; // Only "Leaves" is produced by the tree featurizer, so accessing "Trees" and "Paths" will lead to an error.
}
Assert.True(isWrong);

Expand Down