Always create a new experiment for a model
To increase the bounds between Model experiments and model registry, and reduce conflicts when migrating model experiments into model registry later on, we are forcing the creation of a new experiment when creating a new model, instead of reusing an existing one with the same in case it exists. The new experiment also clearly states it belongs to a model in its name. iAlso updates services to use ServiceResponse, and deletes FindOrCreateModelService that wasn't being used anywhere.
显示
- app/graphql/mutations/ml/models/create.rb 13 个添加, 5 个删除app/graphql/mutations/ml/models/create.rb
- app/models/ml/model.rb 7 个添加, 1 个删除app/models/ml/model.rb
- app/services/ml/create_experiment_service.rb 32 个添加, 0 个删除app/services/ml/create_experiment_service.rb
- app/services/ml/create_model_service.rb 24 个添加, 12 个删除app/services/ml/create_model_service.rb
- app/services/ml/find_or_create_model_service.rb 0 个添加, 18 个删除app/services/ml/find_or_create_model_service.rb
- doc/user/project/ml/experiment_tracking/mlflow_client.md 3 个添加, 3 个删除doc/user/project/ml/experiment_tracking/mlflow_client.md
- lib/api/ml/mlflow/registered_models.rb 3 个添加, 3 个删除lib/api/ml/mlflow/registered_models.rb
- spec/factories/ml/models.rb 1 个添加, 1 个删除spec/factories/ml/models.rb
- spec/models/ml/model_spec.rb 7 个添加, 1 个删除spec/models/ml/model_spec.rb
- spec/requests/api/graphql/mutations/ml/models/create_spec.rb 2 个添加, 2 个删除spec/requests/api/graphql/mutations/ml/models/create_spec.rb
- spec/services/ml/create_experiment_service_spec.rb 34 个添加, 0 个删除spec/services/ml/create_experiment_service_spec.rb
- spec/services/ml/create_model_service_spec.rb 22 个添加, 6 个删除spec/services/ml/create_model_service_spec.rb
- spec/services/ml/find_or_create_model_service_spec.rb 0 个添加, 48 个删除spec/services/ml/find_or_create_model_service_spec.rb
加载中
想要评论请 注册 或 登录