ensemble

This is summary documentation for hippynn.graphs.ensemble module. Click here for full documentation.

Links to Full Documentation:

Functions

collate_inputs(models, inputs)

Internal function for ensembling.

collate_targets(models, targets)

Internal function for ensembling.

construct_outputs(output_classes, prefix)

Internal function for ensembling.

get_graphs(models)

Take a simple spec for modeled variables (glob for model directories, list of graphs, list of output nodes) and convert this into a list of graph modules.

identify_inputs(models)

Internal function for ensembling.

identify_targets(models)

Internal function for ensembling.

make_ensemble(models, *[, targets, inputs, ...])

Make an ensemble out of a set of models.

make_ensemble_graph(ensemble_inputs, ...)

Internal function for ensembling.

make_ensemble_info(input_classes, output_classes)

Internal function for ensembling.

replace_inputs(input_classes)

Internal function for ensembling.