# ml_management_common **Repository Path**: mirrors_ICRAR/ml_management_common ## Basic Information - **Project Name**: ml_management_common - **Description**: Common code for machine learning management frameworks. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-03 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ml_management_common Common code for machine learning management frameworks. ## To add ```bash git submodule add git@github.com:ICRAR/ml_management_common.git ml_management_common git submodule update --init ``` Or when cloning, use the `--recursive` flag. ```bash git clone https://github.com/aikiframework/json.git --recursive ``` ## To Install ```bash pip install -e ml_management_common ``` The _-e_ option stands for editable, which is important because it allows you to change the source code of your package without reinstalling it.