Basics#

This section of the documentation introduces the main concepts of UnionML and aims to show you the core pieces that together make up a UnionML app.

UnionML Apps#

A UnionML app is composed of two objects: Dataset and Model. Together, they expose method decorator entrypoints that serve as the core building blocks of an end-to-end machine learning application. The following sections will show you how to: