mml-core API
The mml-core package makes up the core functionality of MML and implements the scaffold to operate it.
mml-core is split into 5 sub-packages:
mml.api - which serves as fast external api access with some bonus convenience functions to use
mmlinteractivelymml.configs - which is the reference of config groups and provides the necessary
.yamlfiles
core- which is the actual core source code, it splits itself into 5 sub-packages
mml.core.data_loading - all code to load, transform, store and represent data internally
mml.core.data_preparation - all code to integrate external data into the
mmlframeworkmml.core.models - all code with respect to deep neural networks functionality
mml.core.scripts - basically the
schedulermechanics ofmmlmml.core.visualization - code to visualize results
mml.interactive - which provides additional convenience classes to plan, process and visualize
mmlexperimentsmml.testing - which supports testing
mml-coreandmmlPlugins
Furthermore there is the mml.cli module to streamline command line interface access.