Changes between Version 1 and Version 3 of Ticket #2882
- Timestamp:
- 01/22/18 14:24:48 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2882 – Description
v1 v3 1 On deserializing a gradient boosted tree solution, the GBTSurrogateModel recaltulates the actual GBTModel even if the model is not yet used - which can be quite runtime expensive. The same issue applies to all regression models.1 On deserializing a gradient boosted tree solution, the GBTSurrogateModel recaltulates the actual GBTModel even if the model is not yet used - which can be quite runtime expensive. 2 2 3 3 Instead, the model should only be created when the model is actually needed to estimate values.