MCPcopy Create free account
hub / github.com/Jack-Cherish/Machine-Learning / grabTree

Function grabTree

Decision Tree/Decision Tree.py:402–404  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

400 2017-07-25
401"""
402def grabTree(filename):
403 fr = open(filename, 'rb')
404 return pickle.load(fr)
405
406
407if __name__ == '__main__':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected