pyFTS.distributed package¶
Module contents¶
Submodules¶
pyFTS.distributed.dispy module¶
-
pyFTS.distributed.dispy.
distributed_predict
(model, parameters, nodes, data, num_batches, **kwargs)[source]¶
-
pyFTS.distributed.dispy.
distributed_train
(model, train_method, nodes, fts_method, data, num_batches=10, train_parameters={}, **kwargs)[source]¶
-
pyFTS.distributed.dispy.
start_dispy_cluster
(method, nodes)[source]¶ Start a new Dispy cluster on ‘nodes’ to execute the method ‘method’
- Parameters
method – function to be executed on each cluster node
nodes – list of node names or IP’s.
- Returns
the dispy cluster instance and the http_server for monitoring