Replies: 5 comments
-
@EchoDel Thanks for raising this issue. I would rather suggest to add an additional function that allows to return the trained |
Beta Was this translation helpful? Give feedback.
-
I'm looking for the parameters after the transformations and the probabilities so to avoid duplicating the code in the distribution class I would prefer either specifying the kwargs or being able to pass the raw predictions in to the distribution class to apply the transformations. |
Beta Was this translation helpful? Give feedback.
-
Yeah, you are probably correct. Would be good to have the kwargs available. Not sure though when I find the time to look into it. |
Beta Was this translation helpful? Give feedback.
-
So I can work through it and submit and PR which you can merge after the tests have been added but thinking about if there is a better way to do this. |
Beta Was this translation helpful? Give feedback.
-
Sorry was busy with the recent releases. Yes makes sense, thank you. Happy if you create a first draft via a PR |
Beta Was this translation helpful? Give feedback.
-
For model governance reason I want to be able to run tree by tree using the start_iteration and num_iteration arguments to see if there is a number of over fitted trees towards the end of the training.
Would it be possible to add in the **kwargs to the predict all the way through to the lightgbm.predict.
Beta Was this translation helpful? Give feedback.
All reactions