Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
class
MainHandler(tornado.web.RequestHandler):
23
def
get(self):
24
self.write(
"Hello, Tornado!"
)
25
26
class
PredictionHandler(tornado.web.RequestHandler):
27
# predict one sample at a time
Callers
15
frost.py
File · 0.80
list2pdict
Function · 0.80
sites.py
File · 0.80
mxnet_example.py
File · 0.80
get_sentences_with_word2idx_limit_vocab
Function · 0.80
get_wikipedia_data
Function · 0.80
download_file
Function · 0.80
cnn_toxic.py
File · 0.80
wseq2seq.py
File · 0.80
attention.py
File · 0.80
poetry.py
File · 0.80
sample_line
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected