causalnex.structure

Description

causalnex.structure provides functionality to define or learn structure.

Classes

DAGClassifier([dist_type_schema, alpha, …])

Classifier wrapper of the StructureModel.

DAGRegressor([dist_type_schema, alpha, …])

Regressor wrapper of the StructureModel.

StructureModel([incoming_graph_data, origin])

Base class for structure models, which are an extension of networkx.DiGraph.