MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / dt_without_recursion.py

File dt_without_recursion.py

supervised_class/dt_without_recursion.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/data-science-supervised-machine-learning-in-python
2# https://www.udemy.com/data-science-supervised-machine-learning-in-python
3# Decision Tree for continuous-vector input, binary output
4from __future__ import print_function, division

Callers

nothing calls this directly

Calls 4

get_dataFunction · 0.90
DecisionTreeClass · 0.70
fitMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected