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. 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.

Returns:

list

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