edge-ml / ml

machine learning component
1 stars 0 forks source link

Divide the exported machine learning pipeline #46

Closed tk-king closed 7 months ago

tk-king commented 1 year ago

Currently, the exported machine learning pipeline is located in one file only. We should separate each pipeline step into its own file. Add edgeml namespaces to the code and package the final pipeline in a class, so that muliple models could be deployed at the same time. Separating the pipeline steps will help with testing.