hello,
Now I am working on mlpack_decision_tree.py and plan to finish ASAP. But when I refer to method/mlpack/decision_tree_stump.py, and other benchmark file, I find the logic of RunMemory in method/mlpack/decision_tree_stump.py and other file is different.
I am confused about return value of the function RunMemory and RunMetrics. Can someone tell me?
hello, Now I am working on
mlpack_decision_tree.py
and plan to finish ASAP. But when I refer tomethod/mlpack/decision_tree_stump.py
, and other benchmark file, I find the logic ofRunMemory
inmethod/mlpack/decision_tree_stump.py
and other file is different. I am confused about return value of the functionRunMemory
andRunMetrics
. Can someone tell me?