Menu

Deep learning for NeuroImaging in Python.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

nidl.experiment.update_params(interfaces: dict, params: dict, env: dict) dict[source]ΒΆ

Replace auto and cv parameters.

Parameters:

interfaces : dict

the currently loaded interfaces.

params : dict

the interface parameters.

env : dict

the local environment.

Returns:

updated_params : list of dict

the interface parameters with the auto attributes replaced in place. In case of cross validation a list of parameters is returned.

param_sets : list of dict

the cross validation parameter sets. None means no cross validation.

Follow us

© 2025, nidl developers