Skip to content

FastTree: Instantiate feature map for disk transpose and make Generalized Additive Models predictor resilient when feature map is not available. #122

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 10 commits into from
May 12, 2018

Conversation

codemzs
Copy link
Member

@codemzs codemzs commented May 11, 2018

No description provided.

@codemzs codemzs requested review from TomFinley and yaeldekel May 11, 2018 00:25
@codemzs
Copy link
Member Author

codemzs commented May 11, 2018

fixes #123 #Resolved


//No features were filtered.
if (_featureMap == null)
_featureMap = Enumerable.Range(0, trainSet.NumFeatures).ToArray();
Copy link
Contributor

@TomFinley TomFinley May 11, 2018

Choose a reason for hiding this comment

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

Utils.GetIdentityPermutation? #Resolved

@TomFinley
Copy link
Contributor

TomFinley commented May 11, 2018

Cool thanks Zeeshan. Would any test help cover this issue, or would this perhaps wait till we moved more of the baseline test over? #Resolved

@codemzs
Copy link
Member Author

codemzs commented May 11, 2018

Thanks for reviewing Tom. I have added two tests, one for fasttree and other for GAM.


In reply to: 388231158 [](ancestors = 388231158)

Copy link
Contributor

@TomFinley TomFinley left a comment

Choose a reason for hiding this comment

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

Whoops, misclicked. :)

Copy link
Contributor

@TomFinley TomFinley left a comment

Choose a reason for hiding this comment

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

:shipit:

@shauheen shauheen merged commit 54a0b42 into dotnet:master May 12, 2018
@codemzs codemzs deleted the fasttree branch May 14, 2018 03:37
eerhardt pushed a commit to eerhardt/machinelearning that referenced this pull request Jul 27, 2018
…ized Additive Models predictor resilient when feature map is not available. (dotnet#122)

* Instantiate feature map for disk transpose and make Generalized Additive Models predictor resilient when feature map is not available.
@ghost ghost locked as resolved and limited conversation to collaborators Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants