nimble.learnerParameterDefaults

nimble.learnerParameterDefaults(name)

Get a dictionary mapping parameter names to their default values.

Returns a dictionary with strings of the parameter names as keys and the parameter’s default value as values. If the name cannot be found within the package, then an exception will be thrown. If the name is found, be for some reason we cannot determine what the parameters are, then we return None. Note that if we have determined that there are no parameters, we return an empty dict.

Parameters:

name (str) – Package and name in the form ‘package.learnerName’.

Returns:

dict

Keywords: parameters, keywords, keyword arguments, settings, machine learning, setup, options, hyper parameters, hyperparameters