About the MLOps Platform
It aims to clarify the responsibilities of workers and realize rapid deployment in machine learning.
The following benefits can be realized by simply standardizing the coding of data science plus:
The goal is that data scientists only need to push their own code, and then it can be used for production deployment after simple review by others.
- The code reuse rate is high, and the model code comes from data scientists.
- Engineers have a clear division of labor and clear responsibilities, and do not need to change other people's code.
- Except for auditing and configuration deployment, the whole process is completed automatically.
- Security management: The production environment deployment must be approved by each process before it can be released.
- Authority management: Different engineers have different authority.
- Version management: from feature to model to deployment are all traceable versions.
- Feature stores and model registries can improve reuse.
- Every engineer does what he is good at.