MCPcopy Create free account
hub / github.com/modAL-python/modAL / GP_regression_std

Function GP_regression_std

examples/active_regression.py:13–15  ·  view source on GitHub ↗
(regressor, X)

Source from the content-addressed store, hash-verified

11
12# query strategy for regression
13def GP_regression_std(regressor, X):
14 _, std = regressor.predict(X, return_std=True)
15 return np.argmax(std)
16
17
18# generating the data

Callers

nothing calls this directly

Calls 1

predictMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…