nimble.learnerNames¶
- nimble.learnerNames(package=None)¶
Get a list of learners available to nimble or a specific package.
Returns a list of strings that are allowed inputs to the
learnerName
parameter of nimble’s training, applying, and testing functions. Ifpackage
is specified, the list will contain strings of each learner. Ifpackage
is None, the list will contain strings in the form of ‘package.learner’. This will differ depending on the packages currently available in nimble.core.interfaces.available.- Parameters:
package (str) – The name of the package to list the learners from. If None, each learners available to each interface will be listed.
- Returns:
list
See also
showLearnerNames
,showAvailablePackages
,train
,normalizeData
,fillMatching
Keywords: algorithms, estimators, transformers, predictors, models, train, apply, test, package, machine learning