MCPcopy 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.pyFile · 0.45
dropout.pyFile · 0.45
basic_mlp.pyFile · 0.45
sine2.pyFile · 0.45
sine.pyFile · 0.45
batchnorm.pyFile · 0.45
actMethod · 0.45
replayMethod · 0.45
actMethod · 0.45
replayMethod · 0.45
actMethod · 0.45
replayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected