Machine Learning Pipelines for Statistics and Machine Learning Toolbox (Beta)
Try new Beta features to create, visualize, and run pipelines for machine learning workflows.
126 Downloads
Updated
11 Sep 2024
Machine Learning Pipelines Beta offers functions to build pipelines from machine learning components, enabling you to manage multi-step workflows including pre-processing, training machine learning models, and making predictions. You can visualize the workflow by viewing the pipeline. Trained pipelines can also be deployed to enterprise applications with MATLAB Production Server, via standalone applications with MATLAB Compiler, and via shared libraries with MATLAB Compiler SDK.
By utilizing pipelines, you can establish standardized workflows for common machine learning tasks, thereby accelerating development time, reducing errors, and easing deployment.
To get started:
- Download and install this Add-On from File Exchange or the Add-On Manager
- In the MATLAB command window, type the command: "activate_ml_pipelines" to enable the Beta functionality
- Open the example as a Live Script using the command "open('BasicPipelineExample.mlx')" in the command window. You can run this script section by section to see pipelines in action. Several interactive pipeline view windows will open.
- View the documentation using the command: "open('Pipelines_beta_book.pdf')", and open an additional example using: "open('CrossValidationExample.mlx')".
MATLAB Release Compatibility
Created with
R2024b
Compatible with R2024b
Platform Compatibility
Windows macOS (Apple silicon) macOS (Intel) LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.