MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / get_data_set

Function get_data_set

python/seldon/microservice/recommend.py:45–46  ·  view source on GitHub ↗
(raw_data)

Source from the content-addressed store, hash-verified

43 return { "recommended": formatted_recs_list }
44
45def get_data_set(raw_data):
46 return set(json.loads(raw_data))
47
48def memcache_get(key):
49 key=str(key)

Callers 1

do_recommendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected