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

Method load

python/seldon/util.py:171–181  ·  view source on GitHub ↗

Load the model into the extension. Allows more complex models than can easily handled via pickling. Parameters ---------- folder : str local folder to load model

(self,folder)

Source from the content-addressed store, hash-verified

169 pass
170
171 def load(self,folder):
172 """
173 Load the model into the extension. Allows more complex models than can easily handled via pickling.
174
175 Parameters
176 ----------
177
178 folder : str
179 local folder to load model
180 """
181 return self
182
183
184class ExtensionWrapper(object):

Callers 8

load_recommenderMethod · 0.45
load_extensionMethod · 0.45
add_attr_schema.pyFile · 0.45
add_client.pyFile · 0.45
initial_setup.pyFile · 0.45
initMethod · 0.45
build_model.pyFile · 0.45
create_csv.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected