-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Conversation
fixes #123 #Resolved |
|
||
//No features were filtered. | ||
if (_featureMap == null) | ||
_featureMap = Enumerable.Range(0, trainSet.NumFeatures).ToArray(); |
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.
Utils.GetIdentityPermutation? #Resolved
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 |
Thanks for reviewing Tom. I have added two tests, one for fasttree and other for GAM. In reply to: 388231158 [](ancestors = 388231158) |
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.
Whoops, misclicked. :)
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.
…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.
No description provided.