You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow this attribute has gone unnoticed (maybe a recent addition?).
Two-step plan:
The converter should be(come) aware of it, and fail with an IllegalArgumentException("Attribute FeatureUnion.transformer_weights is not supported") if it is initialized with non-null/non-unit weights. This is to prevent irreproducible transformation results between Scikit-Learn and (J)PMML.
Add full support.
The text was updated successfully, but these errors were encountered:
Somehow this attribute has gone unnoticed (maybe a recent addition?).
Two-step plan:
IllegalArgumentException("Attribute FeatureUnion.transformer_weights is not supported")
if it is initialized with non-null/non-unit weights. This is to prevent irreproducible transformation results between Scikit-Learn and (J)PMML.The text was updated successfully, but these errors were encountered: