Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ adaboost.py
File
adaboost.py
supervised_class2/adaboost.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
4
get_data
Function · 0.90
AdaBoost
Class · 0.85
fit
Method · 0.45
score
Method · 0.45
Tested by
no test coverage detected