goyder / mlmax

Example templates for the delivery of custom ML solutions to production so you can get started quickly without having to make too many design choices.

Home Page:https://mlmax.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML Max

ML Max is a set of example templates to accelerate the delivery of custom ML solutions to production so you can get started quickly without having to make too many design choices.

Quick Start

  1. ML Training Pipeline: This is the process to set up standard training pipelines for machine learning models enabling both immediate experimentation, as well as tracking and retraining models over time.
  2. ML Inference Pipeline: Deploys a model to be used by the business in production. Currently this is coupled quite closely to the ML training pipeline as there is a lot of overlap.
  3. Development environment: This module manages the provisioning of resources and manages networking and security, providing the environment for data scientists and engineers to develop solutions.
  4. Data Management and ETL: This module determines how the machine learning operations interacts with the data stores, both to ingest data for processing, managing feature stores, and for processing and use of output data. A common pattern is to take an extract, or mirror, of the data into S3 on a project basis.

Help and Support

About

Example templates for the delivery of custom ML solutions to production so you can get started quickly without having to make too many design choices.

https://mlmax.readthedocs.io/en/latest/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 70.1%Language:Python 26.1%Language:Shell 2.9%Language:Vim Script 0.4%Language:Dockerfile 0.4%