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

File knn_xor.py

supervised_class/knn_xor.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
3from __future__ import print_function, division
4from builtins import range, input

Callers

nothing calls this directly

Calls 4

get_xorFunction · 0.90
KNNClass · 0.90
fitMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected