nimble.learnerParameters

nimble.learnerParameters(name)

Get a list of parameters for the learner.

Returns a list of strings which are the names of the parameters when calling this learner. 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 list.

Parameters:

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

Returns:

list

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