MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / get

Method get

supervised_class/app.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22class MainHandler(tornado.web.RequestHandler):
23 def get(self):
24 self.write("Hello, Tornado!")
25
26class PredictionHandler(tornado.web.RequestHandler):
27 # predict one sample at a time

Callers 15

frost.pyFile · 0.80
list2pdictFunction · 0.80
sites.pyFile · 0.80
mxnet_example.pyFile · 0.80
get_wikipedia_dataFunction · 0.80
download_fileFunction · 0.80
cnn_toxic.pyFile · 0.80
wseq2seq.pyFile · 0.80
attention.pyFile · 0.80
poetry.pyFile · 0.80
sample_lineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected