citrine.informatics.predictors.attribute_accumulation_predictor module

class citrine.informatics.predictors.attribute_accumulation_predictor.AttributeAccumulationPredictor(name: str, *, description: str, attributes: List[Descriptor], sequential: bool)

Bases: Resource[AttributeAccumulationPredictor], PredictorNode

A node to support propagating attributes through training.

You should never have to add this node yourself: the backend should be able to automatically create it when necessary.

access_control_dict() dict

Return an access control entity representation of this resource. Internal use only.

classmethod build(data: dict) Self

Build an instance of this object from given data.

dump() dict

Dump this instance.

classmethod get_type(data) Type[PredictorNode]

Return the subtype.

attributes = None
description = None
name = None
sequential = None
typ = 'AttributeAccumulation'