MCPcopy Create free account
hub / github.com/Derive-Risk/pyfair / get_node_statuses

Method get_node_statuses

pyfair/model/model.py:198–207  ·  view source on GitHub ↗

Public method access private node status information in ._tree Returns ------- pandas.Series A series with index of nodes, and values of statuses

(self)

Source from the content-addressed store, hash-verified

196 #######################################################################
197
198 def get_node_statuses(self):
199 """Public method access private node status information in ._tree
200
201 Returns
202 -------
203 pandas.Series
204 A series with index of nodes, and values of statuses
205
206 """
207 return self._tree.get_node_statuses()
208
209 def get_name(self):
210 """Gives the name of the model

Callers 3

test_inspectionMethod · 0.95
calculate_allMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1

test_inspectionMethod · 0.76