Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ ensemble_regression.py
File
ensemble_regression.py
tests/example_tests/ensemble_regression.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
numpy
as
np
2
from
modAL.disagreement
import
max_std_sampling
3
from
modAL.models
import
ActiveLearner, CommitteeRegressor
4
from
sklearn.gaussian_process
import
GaussianProcessRegressor
Callers
nothing calls this directly
Calls
4
ActiveLearner
Class · 0.90
CommitteeRegressor
Class · 0.90
query
Method · 0.45
teach
Method · 0.45
Tested by
no test coverage detected