Skip to content

Expose required init_params #119

@csala

Description

@csala

Some primitives require the user to provide some init_params, and at the moment the list of these required init_params is only available in the primitive specification.

This can make using a pipeline complicated, as the only way to figure out what arguments needed to create an instance is to read the pipeline JSON, see which primitives the pipeline is using, and then load each all the primitives to see what the required init_params are for each one of them.

This issue is to make an MLPipeline classmethod which allows exploring the required init_params of a pipeline before actually loading it.

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