In UiPath AI Center, versioning of ML packages is an integral part of managing the lifecycle of machine learning models. Each ML package has a major and minor version to track changes. When an ML package is initially uploaded, it is assigned a major version (e.g., 1.0). If a package is retrained via pipelines, it increments the minor version (e.g., from 1.0 to 1.1). This mechanism helps differentiate between user-uploaded packages and those that have been retrained. Only packages that undergo retraining through pipelines modify their minor version, not the major version. Thus, answer D is correct.
(Source: docs.uipath.com on ML Package Management).
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit