nimble.showLearnerNames

nimble.showLearnerNames(package=None)

Print the learners available to nimble or a specific package.

Prints a list of learners that are callable through nimble’s training, applying, and testing functions. If package is specified, the list will contain strings of each learner. If package 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.

See also

learnerNames

Keywords: print, display, algorithms, estimators, transformers, predictors, models, train, apply, test, package, machine learning