Table of content¶
- Intro to the core interfaces of mloda
- Introduction to mloda's core interfaces and practical demonstration of its capabilities.
- What makes mloda unique?
- Explanation of mloda's unique aspects, including data reusability and support for diverse technologies.
- What is data, Feature, FeatureSets and FeatureGroups in mloda
- Detailed overview of key objects in mloda and their relationships.
- Roles in mloda
- Exploration of the roles of Data Producers, Data Users, and Data Owners within mloda.
Prerequisite Setup for This Example¶
- Enable development mode by running the following command in your terminal:
export ML_DEV_MODE=1
- Install the required package in editable mode:
pip install -e .
Additionally, there is also an installation guide under getting started.