iamDecode / sklearn-pmml-model

A library to parse and convert PMML models into Scikit-learn estimators.
BSD 2-Clause "Simplified" License
76 stars 15 forks source link

Ensure to parse derived fields from all `LocalTransformations` #30

Closed iamDecode closed 3 years ago

iamDecode commented 3 years ago

Ensemble models may contain multiple LocalTransformations element (e.g., in each Segment). Those will all need to be parsed if we want to know about all the fields and possible transformations in advance. This caused a sporadic crash for certain gradient boosting models.