studioml / studio

Studio: Simplify and expedite model building process
https://studio.ml
Apache License 2.0
379 stars 52 forks source link

Refactor Artifacts handling. #447

Closed andreidenissov-cog closed 3 years ago

andreidenissov-cog commented 3 years ago

First step to implementing Feature/394. Mostly refactoring artifacts handling by separating artifacts logic into its own Artifact class. With this PR, functionality remains basically the same, but we put in the base on which to build intended extensions.