Machine Learning Pipelines for Statistics and Machine Learning Toolbox (Beta)

Try new Beta features to create, visualize, and run pipelines for machine learning workflows.
다운로드 수: 965
업데이트 날짜: 2024/9/11
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:
  1. Download and install this Add-On from File Exchange or the Add-On Manager
  2. In the MATLAB command window, type the command: "activate_ml_pipelines" to enable the Beta functionality
  3. 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.
  4. View the documentation using the command: "open('Pipelines_beta_book.pdf')", and open an additional example using: "open('CrossValidationExample.mlx')".
MATLAB 릴리스 호환 정보
개발 환경: R2024b
R2024b와 호환
플랫폼 호환성
Windows macOS (Apple Silicon) macOS (Intel) Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!