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

File knn_dt_demo.py

supervised_class2/knn_dt_demo.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/machine-learning-in-python-random-forest-adaboost
2# https://www.udemy.com/machine-learning-in-python-random-forest-adaboost
3from __future__ import print_function, division
4from builtins import range, input

Callers

nothing calls this directly

Calls 3

plot_decision_boundaryFunction · 0.70
fitMethod · 0.45
predictMethod · 0.45

Tested by

no test coverage detected