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

File bias_variance_demo.py

supervised_class2/bias_variance_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 5

fFunction · 0.70
make_polyFunction · 0.70
mseFunction · 0.50
fitMethod · 0.45
predictMethod · 0.45

Tested by

no test coverage detected