Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ predict
Method
predict
airline/ann.py:128–129 ·
view source on GitHub ↗
(self, X)
Source
from the content-addressed store, hash-verified
126
return
myr2(Y, Yhat)
127
128
def
predict(self, X):
129
return
self.predict_op(X)
130
131
# we need to skip the 3 footer rows
132
# skipfooter does not work with the default engine, 'c'
Callers
14
ann.py
File · 0.45
dropout.py
File · 0.45
basic_mlp.py
File · 0.45
sine2.py
File · 0.45
sine.py
File · 0.45
batchnorm.py
File · 0.45
act
Method · 0.45
replay
Method · 0.45
act
Method · 0.45
replay
Method · 0.45
act
Method · 0.45
replay
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected