Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
from
__future__
import
print_function, division
4
from
builtins
import
range, input
Callers
nothing calls this directly
Calls
5
f
Function · 0.70
make_poly
Function · 0.70
mse
Function · 0.50
fit
Method · 0.45
predict
Method · 0.45
Tested by
no test coverage detected