diff --git a/README.md b/README.md index 5d0e828..ef60f75 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # MLSpec A project to standardize the intercomponent schemas for a multi-stage ML Pipeline +# Prior Art +Many of these concepts are inspired by the previous work from the [MLSchema project](http://ml-schema.github.io/documentation/ML%20Schema.html) (Mirrored here due to site instability) - +- Paper - +- Website - + # Background The machine learning industry has embraced the concept of cloud-native architectures, made up of multiple component parts loosely coupled together. One of the issues with this approach, however, has been that while the steps of a machine learning pipeline have been fairly well articulated in a wide variety of publications, the specifications for how to wire together these steps remains highly varied, and make it difficult to build any standard tools that might simplify or formalize machine learning operations.