Core Concepts
MLeap uses several core building blocks to deploy your pipelines in aneasy-to-use manner.
Concept | Description |
---|---|
Data Frames | Used to store data that is to be transformed, similar to a SQL table |
Transformers | Take data from a data frame, apply some operation to it, and output new fields into the data frame |
Pipelines | Use pipelines to execute a series of transformers against a data frame |
Feature Unions (Scikit Only) | Use feature unions to execute Pipelines of transformers in parallel and join results at the end |
MLeap Bundles | Used to store ML pipelines in a common JSON/Protobuf serialization format |
MLeap Runtime | Used to execute an ML pipeline in the JVM using lightweight data structures |
This section is meant as an introduction to people who are unfamiliarwith the basics of machine learning pipelines and working with dataframes. Although, the sections on MLeap Bundles and the MLeap Runtime should beuseful to everyone.
当前内容版权归 combust.ml 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 combust.ml .