-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Binary fast tree doesn't return tree predictor in pigsty #1307
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
Comments
@sfilipi any chance you know why? |
Because that's what the trainer produces... Similar for LightGBM I think it is this way because of inheritance. Does it need to get re-worked? |
I don't see any reason to train Tree predictor and get weights object, but maybe I'm just silly. Let's hear our druid. |
Poking the druid, @TomFinley |
I had missed that I was being poked. I have related a distinct but nonetheless related issue of #2378. @wschin brought this issue to my attention, I believe but am not certain that he will write there. Anyway, I think the idea, which I think @yaeldekel also may have had some thoughts on, was a generic class on the type of model parameters, combined with an (optional) calibration object. Indeed this issue is mightily interfering with my ability to resolve #2251. |
machinelearning/src/Microsoft.ML.FastTree/FastTreeStatic.cs
Line 93 in a285f8d
It returns IPredictorWithFeatureWeights which I found weird since I expect tree predictor from fast tree.
Regression and Multiclass returns FastTreeRegressionPredictor and FastTreeRankingPredictor which is right.
The text was updated successfully, but these errors were encountered: