Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ PI
Function
PI
modAL/acquisition.py:15–16 ·
view source on GitHub ↗
(mean, std, max_val, tradeoff)
Source
from the content-addressed store, hash-verified
13
14
15
def
PI(mean, std, max_val, tradeoff):
16
return
ndtr((mean - max_val - tradeoff)/std)
17
18
19
def
EI(mean, std, max_val, tradeoff):
Callers
1
optimizer_PI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected