.. _examples: Examples ********************************************* This section walks through a complete machine-learning pipeline built with cinnamon. The pipeline performs binary sentiment analysis on the `IMDB dataset `_ using a Support Vector Machine. Each stage — data loading, preprocessing, modelling, and evaluation — is defined as a separate ``Component`` and ``Configuration``, wired together by the ``Registry``. .. toctree:: :maxdepth: 1 Overview Data Loader Processor Model Benchmark Catalog