Machine Learning Pipelines for Statistics and Machine Learning Toolbox (Beta)
Try new Beta features to create, visualize, and run pipelines for machine learning workflows.
969 Downloads
Aktualisiert
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')".
Kompatibilität der MATLAB-Version
Erstellt mit
R2024b
Kompatibel mit R2024b
Plattform-Kompatibilität
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!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.