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.