Init

class nimble.Init(name, **kwargs)

Provide interface-specific objects as learner arguments.

Triggers the interface to search for object name and instantiate the object so that it can be used as the argument of the learner. Additional instantiation parameters can be provided as keyword arguments.

Parameters:
  • name (str) – The name of the object to find within the interface.

  • kwargs – Any keyword arguments will be used as instantiation parameters.

Keywords

instantiate, argument, initialize, initialization, create