Skip to content

Add support for FeatureUnion.transformer_weights attribute #63

@vruusmann

Description

@vruusmann

Somehow this attribute has gone unnoticed (maybe a recent addition?).

Two-step plan:

  1. 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.
  2. Add full support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions