ml-management 0.5.1rc3__tar.gz → 0.5.1rc4__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/jsonschema_inference.py +2 -2
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/sdk/executor.py +2 -2
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/sdk/job.py +5 -14
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/sdk/parameters.py +2 -2
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/sdk/schema.py +31 -13
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/PKG-INFO +1 -1
- ml-management-0.5.1rc4/VERSION +1 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ml_management.egg-info/PKG-INFO +1 -1
- ml-management-0.5.1rc3/VERSION +0 -1
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/MANIFEST.in +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/collector_pattern.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/collector_pattern_to_methods_map.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/collectors.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/dummy/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/dummy/dummy_collector.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/s3/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/s3/s3collector.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/topic_markers/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/topic_markers/api_schema.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/topic_markers/topic_markers_collector.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/base_splits_dataset_loader.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/dataset_loader_pattern.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/dataset_loader_pattern_to_methods_map.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/poisoned_images_dataset_loader.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/templates/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/templates/dummy_dataset_loader/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/templates/dummy_dataset_loader/conda.yaml +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/templates/dummy_dataset_loader/dummy_dataset.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/templates/upload.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/base_executor.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/executor_pattern.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/executor_pattern_to_methods_map.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/no_model_executor_pattern.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/patterns.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/eval/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/eval/conda.yaml +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/eval/eval_executor.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/finetune/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/finetune/conda.yaml +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/finetune/finetune_executor.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/train/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/train/conda.yaml +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/train/train_executor.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/upload.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/upload_model_mode.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/backend_api.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/base_exceptions.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/jsonschema_exceptions.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/load_api.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/log_api.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/mlmanager.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/model_type.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/module_finder.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/server_mlmanager_exceptions.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/session.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/singleton_pattern.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/utils.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/variables.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/visibility_options.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/model_type_to_methods_map.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/evaluatable_model.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/gradient_model.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/model_pattern.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/model_with_losses.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/model_with_metrics.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/preprocessor.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/retrainable_model.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/rich_python_model.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/target_layer.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/torch_model.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/trainable_model.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/transformer.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/registry/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/registry/exceptions.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/s3/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/s3/manager.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/s3/utils.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/sdk/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/sdk/dataset_loader.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/sdk/experiment.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/sdk/model.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/sdk/sdk.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/test_sdk/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/test_sdk/test_sdk.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/tests/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/tests/test_jsonschema_inference.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/uploader_data/__init__.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/uploader_data/s3_uploader.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/uploader_data/utils.py +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/README.md +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ml_management.egg-info/SOURCES.txt +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ml_management.egg-info/dependency_links.txt +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ml_management.egg-info/requires.txt +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ml_management.egg-info/top_level.txt +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/setup.cfg +0 -0
- {ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/setup.py +0 -0
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/jsonschema_inference.py
RENAMED
@@ -152,8 +152,8 @@ def infer_jsonschema(func, get_object_func):
|
|
152
152
|
all_args_get_object, _ = get_function_args(spec_get_object, get_object_func)
|
153
153
|
if not set(all_args_get_object) == set(all_args):
|
154
154
|
warnings.warn(
|
155
|
-
"
|
156
|
-
You won't be able to pass none default arguments into __init__ function."
|
155
|
+
"get_object function arguments do not match __init__ arguments. "
|
156
|
+
"You won't be able to pass none default arguments into __init__ function."
|
157
157
|
)
|
158
158
|
all_args = []
|
159
159
|
all_defaults = []
|
@@ -333,11 +333,11 @@ def generate_model_params_for_executor(
|
|
333
333
|
)
|
334
334
|
]
|
335
335
|
|
336
|
-
|
336
|
+
AnyModelForm:
|
337
337
|
Example of models parameter for add_ml_job function.
|
338
338
|
Example::
|
339
339
|
|
340
|
-
|
340
|
+
AnyModelForm(
|
341
341
|
models=[
|
342
342
|
ModelWithRole(
|
343
343
|
role="role_one",
|
@@ -11,6 +11,7 @@ import websocket
|
|
11
11
|
from matplotlib import pyplot as plt
|
12
12
|
from sgqlc.operation import Operation
|
13
13
|
|
14
|
+
from ML_management.collectors.collector_pattern_to_methods_map import collector_method_schema_name
|
14
15
|
from ML_management.mlmanagement import get_server_url
|
15
16
|
from ML_management.mlmanagement.session import AuthSession
|
16
17
|
from ML_management.mlmanagement.variables import get_server_websocket_url
|
@@ -384,9 +385,9 @@ def add_ml_job(
|
|
384
385
|
Name of the Job.
|
385
386
|
"""
|
386
387
|
if not isinstance(models_pattern, ModelForm) and not isinstance(models_pattern, AnyModelForm):
|
387
|
-
raise TypeError("Parameter models must have type
|
388
|
+
raise TypeError("Parameter models must have type ModelForm or AnyModelForm.")
|
388
389
|
if not isinstance(data_pattern, DatasetLoaderForm) and not isinstance(data_pattern, AnyDatasetLoaderForm):
|
389
|
-
raise TypeError("Parameter data_pattern must have type
|
390
|
+
raise TypeError("Parameter data_pattern must have type DatasetLoaderForm or AnyDatasetLoaderForm.")
|
390
391
|
models = models_pattern.serialize()
|
391
392
|
data_params = data_pattern.serialize()
|
392
393
|
list_role_data_params = []
|
@@ -400,19 +401,9 @@ def add_ml_job(
|
|
400
401
|
)
|
401
402
|
|
402
403
|
collector_name = data_inner_params["collector_name"]
|
403
|
-
|
404
|
-
name=dataset_loader_name, version=dataset_loader_version
|
405
|
-
)
|
406
|
-
dataset_collector_schema = op.dataset_loader_version_from_name_version(
|
407
|
-
dataset_loader_version=_dataset_loader_version
|
408
|
-
).data_json_schema(collector_name=collector_name)
|
409
|
-
dataset_collector_schema.collector_method_schema.schema_name()
|
410
|
-
dataset_loader_version_obj = send_graphql_request(op, json_response=False)
|
411
|
-
collector_method_name = (
|
412
|
-
dataset_loader_version_obj.dataset_loader_version_from_name_version.data_json_schema.collector_method_schema.schema_name # noqa: E501
|
413
|
-
)
|
404
|
+
|
414
405
|
collector_method_params = schema.MethodParamsInput(
|
415
|
-
method_name=
|
406
|
+
method_name=collector_method_schema_name, method_params=json.dumps(data_inner_params["collector_params"])
|
416
407
|
)
|
417
408
|
|
418
409
|
list_dataset_loader_method_params = []
|
@@ -131,7 +131,7 @@ class ModelForm(BaseModel):
|
|
131
131
|
class ModelWithRole(ModelForm):
|
132
132
|
"""Class for one role model with parameters for add_ml_job function.
|
133
133
|
|
134
|
-
Same as
|
134
|
+
Same as ModelForm except parameter role: str is required.
|
135
135
|
|
136
136
|
Attributes
|
137
137
|
----------
|
@@ -288,7 +288,7 @@ class DatasetLoaderForm(BaseModel):
|
|
288
288
|
class DatasetLoaderWithRole(DatasetLoaderForm):
|
289
289
|
"""Class for one role dataset loader with parameters for add_ml_job function.
|
290
290
|
|
291
|
-
Same as
|
291
|
+
Same as DatasetLoaderForm except parameter role: str is required.
|
292
292
|
|
293
293
|
Attributes
|
294
294
|
----------
|
@@ -365,11 +365,13 @@ class DataParams(sgqlc.types.Type):
|
|
365
365
|
|
366
366
|
class DataSchema(sgqlc.types.Type):
|
367
367
|
__schema__ = schema
|
368
|
-
__field_names__ = ('collector_method_schema', 'dataset_loader_method_schemas')
|
368
|
+
__field_names__ = ('collector_method_schema', 'dataset_loader_method_schemas', 'role')
|
369
369
|
collector_method_schema = sgqlc.types.Field(sgqlc.types.non_null('MethodSchema'), graphql_name='collectorMethodSchema')
|
370
370
|
|
371
371
|
dataset_loader_method_schemas = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('MethodSchema'))), graphql_name='datasetLoaderMethodSchemas')
|
372
372
|
|
373
|
+
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
374
|
+
|
373
375
|
|
374
376
|
|
375
377
|
class DatasetLoaderInfo(sgqlc.types.Type):
|
@@ -431,18 +433,9 @@ class DatasetLoaderPagination(sgqlc.types.Type):
|
|
431
433
|
|
432
434
|
class DatasetLoaderVersionInfo(sgqlc.types.Type):
|
433
435
|
__schema__ = schema
|
434
|
-
__field_names__ = ('creation_timestamp', '
|
436
|
+
__field_names__ = ('creation_timestamp', 'dataset_loader', 'dataset_loader_method_schema_names', 'dataset_loader_method_schemas', 'description', 'get_conda_env', 'last_updated_timestamp', 'list_deployed_jobs', 'list_requirements', 'name', 'pagination_deployed_jobs', 'run', 'source_path', 'tags', 'version')
|
435
437
|
creation_timestamp = sgqlc.types.Field(sgqlc.types.non_null(LONG), graphql_name='creationTimestamp')
|
436
438
|
|
437
|
-
data_json_schema = sgqlc.types.Field(sgqlc.types.non_null(DataSchema), graphql_name='dataJsonSchema', args=sgqlc.types.ArgDict((
|
438
|
-
('collector_name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='collectorName', default=None)),
|
439
|
-
))
|
440
|
-
)
|
441
|
-
'''Arguments:
|
442
|
-
|
443
|
-
* `collector_name` (`String!`)None
|
444
|
-
'''
|
445
|
-
|
446
439
|
dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderInfo), graphql_name='datasetLoader')
|
447
440
|
|
448
441
|
dataset_loader_method_schema_names = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='datasetLoaderMethodSchemaNames')
|
@@ -709,12 +702,14 @@ class ExecutorVersionInfo(sgqlc.types.Type):
|
|
709
702
|
* `models` (`[RoleObjectVersionInput!]!`)None
|
710
703
|
'''
|
711
704
|
|
712
|
-
job_json_schema_for_role_dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(
|
705
|
+
job_json_schema_for_role_dataset_loader = sgqlc.types.Field(sgqlc.types.non_null(DataSchema), graphql_name='jobJsonSchemaForRoleDatasetLoader', args=sgqlc.types.ArgDict((
|
706
|
+
('collector_name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='collectorName', default=None)),
|
713
707
|
('dataset_loader', sgqlc.types.Arg(sgqlc.types.non_null(RoleObjectVersionInput), graphql_name='datasetLoader', default=None)),
|
714
708
|
))
|
715
709
|
)
|
716
710
|
'''Arguments:
|
717
711
|
|
712
|
+
* `collector_name` (`String!`)None
|
718
713
|
* `dataset_loader` (`RoleObjectVersionInput!`)None
|
719
714
|
'''
|
720
715
|
|
@@ -2273,6 +2268,29 @@ class RunPagination(sgqlc.types.Type):
|
|
2273
2268
|
|
2274
2269
|
|
2275
2270
|
|
2271
|
+
class Subscription(sgqlc.types.Type):
|
2272
|
+
__schema__ = schema
|
2273
|
+
__field_names__ = ('build_job_status', 'job_status')
|
2274
|
+
build_job_status = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='buildJobStatus', args=sgqlc.types.ArgDict((
|
2275
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2276
|
+
))
|
2277
|
+
)
|
2278
|
+
'''Arguments:
|
2279
|
+
|
2280
|
+
* `name` (`String!`)None
|
2281
|
+
'''
|
2282
|
+
|
2283
|
+
job_status = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='jobStatus', args=sgqlc.types.ArgDict((
|
2284
|
+
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2285
|
+
))
|
2286
|
+
)
|
2287
|
+
'''Arguments:
|
2288
|
+
|
2289
|
+
* `name` (`String!`)None
|
2290
|
+
'''
|
2291
|
+
|
2292
|
+
|
2293
|
+
|
2276
2294
|
class User(sgqlc.types.Type):
|
2277
2295
|
__schema__ = schema
|
2278
2296
|
__field_names__ = ('id',)
|
@@ -2299,5 +2317,5 @@ class WarningDeleteModel(sgqlc.types.Type):
|
|
2299
2317
|
########################################################################
|
2300
2318
|
schema.query_type = Query
|
2301
2319
|
schema.mutation_type = Mutation
|
2302
|
-
schema.subscription_type =
|
2320
|
+
schema.subscription_type = Subscription
|
2303
2321
|
|
@@ -0,0 +1 @@
|
|
1
|
+
0.5.1rc4
|
ml-management-0.5.1rc3/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.5.1rc3
|
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/collector_pattern.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/dummy/__init__.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/dummy/dummy_collector.py
RENAMED
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/s3/s3collector.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/collectors/topic_markers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/templates/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/dataset_loader/templates/upload.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/executor_pattern.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/__init__.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/eval/__init__.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/eval/conda.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/train/__init__.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/train/conda.yaml
RENAMED
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/templates/upload.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/executor/upload_model_mode.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/base_exceptions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/module_finder.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/singleton_pattern.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/mlmanagement/visibility_options.py
RENAMED
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/model_type_to_methods_map.py
RENAMED
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/evaluatable_model.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/gradient_model.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/model_pattern.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/model_with_losses.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/model_with_metrics.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/preprocessor.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/retrainable_model.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/rich_python_model.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/target_layer.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/torch_model.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/trainable_model.py
RENAMED
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/model/patterns/transformer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/tests/test_jsonschema_inference.py
RENAMED
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ML_management/uploader_data/s3_uploader.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml-management-0.5.1rc3 → ml-management-0.5.1rc4}/ml_management.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|