mlrun 1.6.0rc11__py3-none-any.whl → 1.6.0rc13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mlrun might be problematic. Click here for more details.
- mlrun/__main__.py +2 -2
- mlrun/config.py +2 -2
- mlrun/datastore/azure_blob.py +25 -17
- mlrun/datastore/datastore_profile.py +45 -0
- mlrun/datastore/dbfs_store.py +3 -1
- mlrun/datastore/google_cloud_storage.py +4 -1
- mlrun/datastore/s3.py +4 -4
- mlrun/datastore/sources.py +4 -4
- mlrun/datastore/targets.py +13 -3
- mlrun/feature_store/retrieval/base.py +24 -0
- mlrun/feature_store/retrieval/dask_merger.py +8 -0
- mlrun/feature_store/retrieval/local_merger.py +9 -2
- mlrun/model_monitoring/api.py +37 -6
- mlrun/model_monitoring/controller.py +6 -5
- mlrun/model_monitoring/controller_handler.py +1 -2
- mlrun/model_monitoring/helpers.py +59 -1
- mlrun/projects/operations.py +24 -10
- mlrun/projects/project.py +52 -32
- mlrun/runtimes/databricks_job/databricks_runtime.py +128 -62
- mlrun/runtimes/databricks_job/databricks_wrapper.py +0 -1
- mlrun/runtimes/function.py +8 -1
- mlrun/runtimes/kubejob.py +7 -1
- mlrun/serving/server.py +18 -1
- mlrun/serving/states.py +5 -1
- mlrun/utils/helpers.py +14 -10
- mlrun/utils/version/version.json +2 -2
- {mlrun-1.6.0rc11.dist-info → mlrun-1.6.0rc13.dist-info}/METADATA +29 -29
- {mlrun-1.6.0rc11.dist-info → mlrun-1.6.0rc13.dist-info}/RECORD +32 -32
- {mlrun-1.6.0rc11.dist-info → mlrun-1.6.0rc13.dist-info}/LICENSE +0 -0
- {mlrun-1.6.0rc11.dist-info → mlrun-1.6.0rc13.dist-info}/WHEEL +0 -0
- {mlrun-1.6.0rc11.dist-info → mlrun-1.6.0rc13.dist-info}/entry_points.txt +0 -0
- {mlrun-1.6.0rc11.dist-info → mlrun-1.6.0rc13.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mlrun
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.0rc13
|
|
4
4
|
Summary: Tracking and config of machine learning runs
|
|
5
5
|
Home-page: https://github.com/mlrun/mlrun
|
|
6
6
|
Author: Yaron Haviv
|
|
@@ -42,7 +42,7 @@ Requires-Dist: mergedeep ~=1.3
|
|
|
42
42
|
Requires-Dist: v3io-frames ~=0.10.7
|
|
43
43
|
Requires-Dist: semver ~=3.0
|
|
44
44
|
Requires-Dist: dependency-injector ~=4.41
|
|
45
|
-
Requires-Dist: fsspec
|
|
45
|
+
Requires-Dist: fsspec <=2023.9.1,>=2023.9
|
|
46
46
|
Requires-Dist: v3iofs ~=0.1.17
|
|
47
47
|
Requires-Dist: storey ~=1.6.10
|
|
48
48
|
Requires-Dist: inflection ~=0.5.0
|
|
@@ -53,19 +53,19 @@ Requires-Dist: jinja2 ~=3.1
|
|
|
53
53
|
Requires-Dist: anyio ~=3.7
|
|
54
54
|
Requires-Dist: orjson ~=3.9
|
|
55
55
|
Provides-Extra: all
|
|
56
|
-
Requires-Dist: adlfs
|
|
57
|
-
Requires-Dist: aiobotocore <2.
|
|
56
|
+
Requires-Dist: adlfs ==2023.9.0 ; extra == 'all'
|
|
57
|
+
Requires-Dist: aiobotocore <2.8,>=2.5.0 ; extra == 'all'
|
|
58
58
|
Requires-Dist: avro ~=1.11 ; extra == 'all'
|
|
59
59
|
Requires-Dist: azure-core ~=1.24 ; extra == 'all'
|
|
60
60
|
Requires-Dist: azure-identity ~=1.5 ; extra == 'all'
|
|
61
61
|
Requires-Dist: azure-keyvault-secrets ~=4.2 ; extra == 'all'
|
|
62
62
|
Requires-Dist: azure-storage-blob !=12.18.0,>=12.13 ; extra == 'all'
|
|
63
63
|
Requires-Dist: bokeh >=2.4.2,~=2.4 ; extra == 'all'
|
|
64
|
-
Requires-Dist: boto3 <1.
|
|
64
|
+
Requires-Dist: boto3 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
65
65
|
Requires-Dist: dask ~=2023.9.0 ; extra == 'all'
|
|
66
66
|
Requires-Dist: databricks-sdk ~=0.3.0 ; extra == 'all'
|
|
67
67
|
Requires-Dist: distributed ~=2023.9.0 ; extra == 'all'
|
|
68
|
-
Requires-Dist: gcsfs
|
|
68
|
+
Requires-Dist: gcsfs ==2023.9.1 ; extra == 'all'
|
|
69
69
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas] ~=3.2 ; extra == 'all'
|
|
70
70
|
Requires-Dist: google-cloud-storage ~=1.20 ; extra == 'all'
|
|
71
71
|
Requires-Dist: google-cloud ~=0.34 ; extra == 'all'
|
|
@@ -76,7 +76,7 @@ Requires-Dist: msrest ~=0.6.21 ; extra == 'all'
|
|
|
76
76
|
Requires-Dist: plotly <5.12.0,~=5.4 ; extra == 'all'
|
|
77
77
|
Requires-Dist: pyopenssl >=23 ; extra == 'all'
|
|
78
78
|
Requires-Dist: redis ~=4.3 ; extra == 'all'
|
|
79
|
-
Requires-Dist: s3fs
|
|
79
|
+
Requires-Dist: s3fs ==2023.9.1 ; extra == 'all'
|
|
80
80
|
Requires-Dist: sqlalchemy ~=1.4 ; extra == 'all'
|
|
81
81
|
Provides-Extra: api
|
|
82
82
|
Requires-Dist: uvicorn ~=0.23.2 ; extra == 'api'
|
|
@@ -95,7 +95,7 @@ Provides-Extra: azure-blob-storage
|
|
|
95
95
|
Requires-Dist: msrest ~=0.6.21 ; extra == 'azure-blob-storage'
|
|
96
96
|
Requires-Dist: azure-core ~=1.24 ; extra == 'azure-blob-storage'
|
|
97
97
|
Requires-Dist: azure-storage-blob !=12.18.0,>=12.13 ; extra == 'azure-blob-storage'
|
|
98
|
-
Requires-Dist: adlfs
|
|
98
|
+
Requires-Dist: adlfs ==2023.9.0 ; extra == 'azure-blob-storage'
|
|
99
99
|
Requires-Dist: pyopenssl >=23 ; extra == 'azure-blob-storage'
|
|
100
100
|
Provides-Extra: azure-key-vault
|
|
101
101
|
Requires-Dist: azure-identity ~=1.5 ; extra == 'azure-key-vault'
|
|
@@ -104,18 +104,18 @@ Requires-Dist: pyopenssl >=23 ; extra == 'azure-key-vault'
|
|
|
104
104
|
Provides-Extra: bokeh
|
|
105
105
|
Requires-Dist: bokeh >=2.4.2,~=2.4 ; extra == 'bokeh'
|
|
106
106
|
Provides-Extra: complete
|
|
107
|
-
Requires-Dist: adlfs
|
|
108
|
-
Requires-Dist: aiobotocore <2.
|
|
107
|
+
Requires-Dist: adlfs ==2023.9.0 ; extra == 'complete'
|
|
108
|
+
Requires-Dist: aiobotocore <2.8,>=2.5.0 ; extra == 'complete'
|
|
109
109
|
Requires-Dist: avro ~=1.11 ; extra == 'complete'
|
|
110
110
|
Requires-Dist: azure-core ~=1.24 ; extra == 'complete'
|
|
111
111
|
Requires-Dist: azure-identity ~=1.5 ; extra == 'complete'
|
|
112
112
|
Requires-Dist: azure-keyvault-secrets ~=4.2 ; extra == 'complete'
|
|
113
113
|
Requires-Dist: azure-storage-blob !=12.18.0,>=12.13 ; extra == 'complete'
|
|
114
|
-
Requires-Dist: boto3 <1.
|
|
114
|
+
Requires-Dist: boto3 <1.29.0,>=1.28.0 ; extra == 'complete'
|
|
115
115
|
Requires-Dist: dask ~=2023.9.0 ; extra == 'complete'
|
|
116
116
|
Requires-Dist: databricks-sdk ~=0.3.0 ; extra == 'complete'
|
|
117
117
|
Requires-Dist: distributed ~=2023.9.0 ; extra == 'complete'
|
|
118
|
-
Requires-Dist: gcsfs
|
|
118
|
+
Requires-Dist: gcsfs ==2023.9.1 ; extra == 'complete'
|
|
119
119
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas] ~=3.2 ; extra == 'complete'
|
|
120
120
|
Requires-Dist: graphviz ~=0.20.0 ; extra == 'complete'
|
|
121
121
|
Requires-Dist: kafka-python ~=2.0 ; extra == 'complete'
|
|
@@ -124,11 +124,11 @@ Requires-Dist: msrest ~=0.6.21 ; extra == 'complete'
|
|
|
124
124
|
Requires-Dist: plotly <5.12.0,~=5.4 ; extra == 'complete'
|
|
125
125
|
Requires-Dist: pyopenssl >=23 ; extra == 'complete'
|
|
126
126
|
Requires-Dist: redis ~=4.3 ; extra == 'complete'
|
|
127
|
-
Requires-Dist: s3fs
|
|
127
|
+
Requires-Dist: s3fs ==2023.9.1 ; extra == 'complete'
|
|
128
128
|
Requires-Dist: sqlalchemy ~=1.4 ; extra == 'complete'
|
|
129
129
|
Provides-Extra: complete-api
|
|
130
|
-
Requires-Dist: adlfs
|
|
131
|
-
Requires-Dist: aiobotocore <2.
|
|
130
|
+
Requires-Dist: adlfs ==2023.9.0 ; extra == 'complete-api'
|
|
131
|
+
Requires-Dist: aiobotocore <2.8,>=2.5.0 ; extra == 'complete-api'
|
|
132
132
|
Requires-Dist: alembic ~=1.9 ; extra == 'complete-api'
|
|
133
133
|
Requires-Dist: apscheduler !=3.10.2,~=3.6 ; extra == 'complete-api'
|
|
134
134
|
Requires-Dist: avro ~=1.11 ; extra == 'complete-api'
|
|
@@ -136,13 +136,13 @@ Requires-Dist: azure-core ~=1.24 ; extra == 'complete-api'
|
|
|
136
136
|
Requires-Dist: azure-identity ~=1.5 ; extra == 'complete-api'
|
|
137
137
|
Requires-Dist: azure-keyvault-secrets ~=4.2 ; extra == 'complete-api'
|
|
138
138
|
Requires-Dist: azure-storage-blob !=12.18.0,>=12.13 ; extra == 'complete-api'
|
|
139
|
-
Requires-Dist: boto3 <1.
|
|
139
|
+
Requires-Dist: boto3 <1.29.0,>=1.28.0 ; extra == 'complete-api'
|
|
140
140
|
Requires-Dist: dask-kubernetes ~=0.11.0 ; extra == 'complete-api'
|
|
141
141
|
Requires-Dist: dask ~=2023.9.0 ; extra == 'complete-api'
|
|
142
142
|
Requires-Dist: databricks-sdk ~=0.3.0 ; extra == 'complete-api'
|
|
143
143
|
Requires-Dist: distributed ~=2023.9.0 ; extra == 'complete-api'
|
|
144
144
|
Requires-Dist: fastapi ~=0.103.2 ; extra == 'complete-api'
|
|
145
|
-
Requires-Dist: gcsfs
|
|
145
|
+
Requires-Dist: gcsfs ==2023.9.1 ; extra == 'complete-api'
|
|
146
146
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas] ~=3.2 ; extra == 'complete-api'
|
|
147
147
|
Requires-Dist: graphviz ~=0.20.0 ; extra == 'complete-api'
|
|
148
148
|
Requires-Dist: humanfriendly ~=9.2 ; extra == 'complete-api'
|
|
@@ -155,7 +155,7 @@ Requires-Dist: plotly <5.12.0,~=5.4 ; extra == 'complete-api'
|
|
|
155
155
|
Requires-Dist: pymysql ~=1.0 ; extra == 'complete-api'
|
|
156
156
|
Requires-Dist: pyopenssl >=23 ; extra == 'complete-api'
|
|
157
157
|
Requires-Dist: redis ~=4.3 ; extra == 'complete-api'
|
|
158
|
-
Requires-Dist: s3fs
|
|
158
|
+
Requires-Dist: s3fs ==2023.9.1 ; extra == 'complete-api'
|
|
159
159
|
Requires-Dist: sqlalchemy ~=1.4 ; extra == 'complete-api'
|
|
160
160
|
Requires-Dist: sqlite3-to-mysql ~=1.4 ; extra == 'complete-api'
|
|
161
161
|
Requires-Dist: timelength ~=1.1 ; extra == 'complete-api'
|
|
@@ -172,7 +172,7 @@ Requires-Dist: google-cloud ~=0.34 ; extra == 'google-cloud'
|
|
|
172
172
|
Provides-Extra: google-cloud-bigquery
|
|
173
173
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas] ~=3.2 ; extra == 'google-cloud-bigquery'
|
|
174
174
|
Provides-Extra: google-cloud-storage
|
|
175
|
-
Requires-Dist: gcsfs
|
|
175
|
+
Requires-Dist: gcsfs ==2023.9.1 ; extra == 'google-cloud-storage'
|
|
176
176
|
Provides-Extra: graphviz
|
|
177
177
|
Requires-Dist: graphviz ~=0.20.0 ; extra == 'graphviz'
|
|
178
178
|
Provides-Extra: kafka
|
|
@@ -185,14 +185,14 @@ Requires-Dist: plotly <5.12.0,~=5.4 ; extra == 'plotly'
|
|
|
185
185
|
Provides-Extra: redis
|
|
186
186
|
Requires-Dist: redis ~=4.3 ; extra == 'redis'
|
|
187
187
|
Provides-Extra: s3
|
|
188
|
-
Requires-Dist: boto3 <1.
|
|
189
|
-
Requires-Dist: aiobotocore <2.
|
|
190
|
-
Requires-Dist: s3fs
|
|
188
|
+
Requires-Dist: boto3 <1.29.0,>=1.28.0 ; extra == 's3'
|
|
189
|
+
Requires-Dist: aiobotocore <2.8,>=2.5.0 ; extra == 's3'
|
|
190
|
+
Requires-Dist: s3fs ==2023.9.1 ; extra == 's3'
|
|
191
191
|
Provides-Extra: sqlalchemy
|
|
192
192
|
Requires-Dist: sqlalchemy ~=1.4 ; extra == 'sqlalchemy'
|
|
193
193
|
|
|
194
194
|
<a id="top"></a>
|
|
195
|
-
[](https://github.com/mlrun/mlrun/actions/workflows/build.yaml?query=branch%3Adevelopment)
|
|
196
196
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
197
197
|
[](https://pypi.python.org/pypi/mlrun/)
|
|
198
198
|
[](https://mlrun.readthedocs.io/en/latest/?badge=latest)
|
|
@@ -208,7 +208,7 @@ Requires-Dist: sqlalchemy ~=1.4 ; extra == 'sqlalchemy'
|
|
|
208
208
|
MLRun is an open MLOps platform for quickly building and managing continuous ML applications across their lifecycle. MLRun integrates into your development and CI/CD environment and automates the delivery of production data, ML pipelines, and online applications, significantly reducing engineering efforts, time to production, and computation resources.
|
|
209
209
|
With MLRun, you can choose any IDE on your local machine or on the cloud. MLRun breaks the silos between data, ML, software, and DevOps/MLOps teams, enabling collaboration and fast continuous improvements.
|
|
210
210
|
|
|
211
|
-
Get started with MLRun [**Tutorials and Examples**](https://docs.mlrun.org/en/latest/
|
|
211
|
+
Get started with MLRun [**Tutorials and Examples**](https://docs.mlrun.org/en/latest/tutorials/index.html), [**Installation and setup guide**](https://docs.mlrun.org/en/latest/install.html), or read about [**MLRun Architecture**](https://docs.mlrun.org/en/latest/architecture.html).
|
|
212
212
|
|
|
213
213
|
This page explains how MLRun addresses the [**MLOps Tasks**](#mlops-tasks) and the [**MLRun core components**](#core-components).
|
|
214
214
|
|
|
@@ -226,32 +226,32 @@ In MLRun the assets, metadata, and services (data, functions, jobs, artifacts, m
|
|
|
226
226
|
Projects can be imported/exported as a whole, mapped to git repositories or IDE projects (in PyCharm, VSCode, etc.), which enables versioning, collaboration, and CI/CD.
|
|
227
227
|
Project access can be restricted to a set of users and roles.
|
|
228
228
|
|
|
229
|
-
See: **Docs:** [Projects and Automation](https://docs.mlrun.org/en/latest/projects/project.html), [CI/CD Integration](https://docs.mlrun.org/en/latest/projects/ci-integration.html), **Tutorials:** [Quick start](https://docs.mlrun.org/en/latest/
|
|
229
|
+
See: **Docs:** [Projects and Automation](https://docs.mlrun.org/en/latest/projects/project.html), [CI/CD Integration](https://docs.mlrun.org/en/latest/projects/ci-integration.html), **Tutorials:** [Quick start](https://docs.mlrun.org/en/latest/tutorials/01-mlrun-basics.html), [Automated ML Pipeline](https://docs.mlrun.org/en/latest/tutorials/04-pipeline.html), **Video:** [quick start](https://youtu.be/xI8KVGLlj7Q).
|
|
230
230
|
|
|
231
231
|
### Ingest and process data
|
|
232
232
|
|
|
233
233
|
MLRun provides abstract interfaces to various offline and online [**data sources**](https://docs.mlrun.org/en/latest/concepts/data-feature-store.html), supports batch or realtime data processing at scale, data lineage and versioning, structured and unstructured data, and more.
|
|
234
234
|
In addition, the MLRun [**Feature Store**](https://docs.mlrun.org/en/latest/feature-store/feature-store.html) automates the collection, transformation, storage, catalog, serving, and monitoring of data features across the ML lifecycle and enables feature reuse and sharing.
|
|
235
235
|
|
|
236
|
-
See: **Docs:** [Ingest and process data](https://docs.mlrun.org/en/latest/data-prep/index.html), [Feature Store](https://docs.mlrun.org/en/latest/feature-store/feature-store.html), [Data & Artifacts](https://docs.mlrun.org/en/latest/concepts/data-feature-store.html); **Tutorials:** [Quick start](https://docs.mlrun.org/en/latest/
|
|
236
|
+
See: **Docs:** [Ingest and process data](https://docs.mlrun.org/en/latest/data-prep/index.html), [Feature Store](https://docs.mlrun.org/en/latest/feature-store/feature-store.html), [Data & Artifacts](https://docs.mlrun.org/en/latest/concepts/data-feature-store.html); **Tutorials:** [Quick start](https://docs.mlrun.org/en/latest/tutorials/01-mlrun-basics.html), [Feature Store](https://docs.mlrun.org/en/latest/feature-store/basic-demo.html).
|
|
237
237
|
|
|
238
238
|
### Develop and train models
|
|
239
239
|
|
|
240
240
|
MLRun allows you to easily build ML pipelines that take data from various sources or the Feature Store and process it, train models at scale with multiple parameters, test models, tracks each experiments, register, version and deploy models, etc. MLRun provides scalable built-in or custom model training services, integrate with any framework and can work with 3rd party training/auto-ML services. You can also bring your own pre-trained model and use it in the pipeline.
|
|
241
241
|
|
|
242
|
-
See: **Docs:** [Develop and train models](https://docs.mlrun.org/en/latest/development/index.html), [Model Training and Tracking](https://docs.mlrun.org/en/latest/development/model-training-tracking.html), [Batch Runs and Workflows](https://docs.mlrun.org/en/latest/concepts/runs-workflows.html); **Tutorials:** [Train & Eval Models](https://docs.mlrun.org/en/latest/
|
|
242
|
+
See: **Docs:** [Develop and train models](https://docs.mlrun.org/en/latest/development/index.html), [Model Training and Tracking](https://docs.mlrun.org/en/latest/development/model-training-tracking.html), [Batch Runs and Workflows](https://docs.mlrun.org/en/latest/concepts/runs-workflows.html); **Tutorials:** [Train & Eval Models](https://docs.mlrun.org/en/latest/tutorials/02-model-training.html), [Automated ML Pipeline](https://docs.mlrun.org/en/latest/tutorials/04-pipeline.html); **Video:** [Training models](https://youtu.be/bZgBsmLMdQo).
|
|
243
243
|
|
|
244
244
|
### Deploy models and applications
|
|
245
245
|
|
|
246
246
|
MLRun rapidly deploys and manages production-grade real-time or batch application pipelines using elastic and resilient serverless functions. MLRun addresses the entire ML application: intercepting application/user requests, running data processing tasks, inferencing using one or more models, driving actions, and integrating with the application logic.
|
|
247
247
|
|
|
248
|
-
See: **Docs:** [Deploy models and applications](https://docs.mlrun.org/en/latest/deployment/index.html), [Realtime Pipelines](https://docs.mlrun.org/en/latest/serving/serving-graph.html), [Batch Inference](https://docs.mlrun.org/en/latest/concepts/TBD.html), **Tutorials:** [Realtime Serving](https://docs.mlrun.org/en/latest/
|
|
248
|
+
See: **Docs:** [Deploy models and applications](https://docs.mlrun.org/en/latest/deployment/index.html), [Realtime Pipelines](https://docs.mlrun.org/en/latest/serving/serving-graph.html), [Batch Inference](https://docs.mlrun.org/en/latest/concepts/TBD.html), **Tutorials:** [Realtime Serving](https://docs.mlrun.org/en/latest/tutorials/03-model-serving.html), [Batch Inference](https://docs.mlrun.org/en/latest/tutorials/07-batch-infer.html), [Advanced Pipeline](https://docs.mlrun.org/en/latest/tutorials/07-batch-infer.html); **Video:** [Serving models](https://youtu.be/OUjOus4dZfw).
|
|
249
249
|
|
|
250
250
|
### Monitor and alert
|
|
251
251
|
|
|
252
252
|
Observability is built into the different MLRun objects (data, functions, jobs, models, pipelines, etc.), eliminating the need for complex integrations and code instrumentation. With MLRun, you can observe the application/model resource usage and model behavior (drift, performance, etc.), define custom app metrics, and trigger alerts or retraining jobs.
|
|
253
253
|
|
|
254
|
-
See: **Docs:** [Monitor and alert](https://docs.mlrun.org/en/latest/monitoring/index.html), [Model Monitoring Overview](https://docs.mlrun.org/en/latest/monitoring/model-monitoring-deployment.html), **Tutorials:** [Model Monitoring & Drift Detection](https://docs.mlrun.org/en/latest/
|
|
254
|
+
See: **Docs:** [Monitor and alert](https://docs.mlrun.org/en/latest/monitoring/index.html), [Model Monitoring Overview](https://docs.mlrun.org/en/latest/monitoring/model-monitoring-deployment.html), **Tutorials:** [Model Monitoring & Drift Detection](https://docs.mlrun.org/en/latest/tutorials/05-model-monitoring.html).
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
<a id="core-components"></a>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
mlrun/__init__.py,sha256=o9dHUfVFADfsi6GnOPLr2OkfkHdPvOnA7rkoECen0-I,7248
|
|
2
|
-
mlrun/__main__.py,sha256=
|
|
3
|
-
mlrun/config.py,sha256=
|
|
2
|
+
mlrun/__main__.py,sha256=QdVcqPRIzc1_em8nXiO7PLkGZYvzqyQKSNoaN9Czk6Y,49066
|
|
3
|
+
mlrun/config.py,sha256=aXeKVEIGbsPnwIP_CVWEFCuN4S4jWr9IYRbFTvf2ZtY,60736
|
|
4
4
|
mlrun/errors.py,sha256=pYZZtJsMqkFktG6T8iTyfyESrrhOLfKvB3U_jUDHMo8,6780
|
|
5
5
|
mlrun/execution.py,sha256=dWus2hBaT7qj5CwsVlmNSjFYopcWW1q9ceU3AoDNW80,39708
|
|
6
6
|
mlrun/features.py,sha256=UQQ2uh5Xh9XsMGiYBqh3bKgDhOHANjv1gQgWyId9qQE,15624
|
|
@@ -63,21 +63,21 @@ mlrun/data_types/infer.py,sha256=z2EbSpR6xWEE5-HRUtDZkapHQld3xMbzXtTX83K-690,613
|
|
|
63
63
|
mlrun/data_types/spark.py,sha256=qKQ2TIAPQWDgmIOmpyV5_uuyUX3AnXWSq6GPpVjVIek,9457
|
|
64
64
|
mlrun/data_types/to_pandas.py,sha256=Ui250Pbpkj0-DB4wNFecJfsmOwl6lhqcQR5eHMsOVyk,9995
|
|
65
65
|
mlrun/datastore/__init__.py,sha256=bsRzu39UOocQAAl_nOKCbhxrZhWUEXrAc8WV3zs0VyI,4118
|
|
66
|
-
mlrun/datastore/azure_blob.py,sha256=
|
|
66
|
+
mlrun/datastore/azure_blob.py,sha256=VcPuN1xih512Lu8_RnlzXA0E9pj-cX665kwuV_c7Nfc,7251
|
|
67
67
|
mlrun/datastore/base.py,sha256=vXPLfnQCF2GflsBa_OrlrBH4M9f38I5e14CIav8LEjw,24961
|
|
68
68
|
mlrun/datastore/datastore.py,sha256=RsgViisGlQvwPxtnHTCSNKuqujaz6dJ6z643S2ooAZE,9234
|
|
69
|
-
mlrun/datastore/datastore_profile.py,sha256=
|
|
70
|
-
mlrun/datastore/dbfs_store.py,sha256=
|
|
69
|
+
mlrun/datastore/datastore_profile.py,sha256=dYZHPxlXgR8nSVY1NYxZZPMrPzZjdQZkHrP9-sZ7rbo,14274
|
|
70
|
+
mlrun/datastore/dbfs_store.py,sha256=jXfTDXihloRy9EjaX_1_Lbh3P-4aagtESqCORvIcADs,6643
|
|
71
71
|
mlrun/datastore/filestore.py,sha256=o4ex777XyxyV1CQBP7M2JyyssCVVAc4H3JrvNC9eryM,3791
|
|
72
|
-
mlrun/datastore/google_cloud_storage.py,sha256=
|
|
72
|
+
mlrun/datastore/google_cloud_storage.py,sha256=8yBIJNo6b_MrMfvXpzLF93LZ1sKr87DxLZFVRTA6Eq4,6132
|
|
73
73
|
mlrun/datastore/helpers.py,sha256=-bKveE9rteLd0hJd6OSMuMbfz09W_OXyu1G5O2ihZjs,622
|
|
74
74
|
mlrun/datastore/inmem.py,sha256=6PAltUk7uyYlDgnsaJPOkg_P98iku1ys2e2wpAmPRkc,2779
|
|
75
75
|
mlrun/datastore/redis.py,sha256=UaQyMkNbmXZ0B8h-d_u6G88L2hfiEX6o9hBx60Tspj8,5515
|
|
76
|
-
mlrun/datastore/s3.py,sha256=
|
|
77
|
-
mlrun/datastore/sources.py,sha256=
|
|
76
|
+
mlrun/datastore/s3.py,sha256=9X5_uwzPwklDHUNZ3G4LkX1law4Z-weTDCTYz8PBplk,8064
|
|
77
|
+
mlrun/datastore/sources.py,sha256=3P2Q7CUP9e76BqYLv5LlVGLCp6tUsys4fs-txgh5ac8,39493
|
|
78
78
|
mlrun/datastore/spark_udf.py,sha256=NnnB3DZxZb-rqpRy7b-NC7QWXuuqFn3XkBDc86tU4mQ,1498
|
|
79
79
|
mlrun/datastore/store_resources.py,sha256=SUY9oJieq3r8PEq8G661XxmXem_e-CxDoy2AJ7dpXBk,6906
|
|
80
|
-
mlrun/datastore/targets.py,sha256
|
|
80
|
+
mlrun/datastore/targets.py,sha256=-sI5DTpPCuXTsayoyxu700iabaKFyg7u9UNubKPXxjw,69817
|
|
81
81
|
mlrun/datastore/utils.py,sha256=vuuNFM1ystkvpOlvI8QJL5i8ZPKxvSO0wPv8s4W1raE,5768
|
|
82
82
|
mlrun/datastore/v3io.py,sha256=ywd-rrB5Uicdk7KGMk-nJ4mKPjvg2z5w6TVx5Bo5jIo,8099
|
|
83
83
|
mlrun/datastore/wasbfs/__init__.py,sha256=s5Ul-0kAhYqFjKDR2X0O2vDGDbLQQduElb32Ev56Te4,1343
|
|
@@ -95,10 +95,10 @@ mlrun/feature_store/feature_vector.py,sha256=hbEk5BzCEFxUyJPA3jefTlE95whD9c8a3f9
|
|
|
95
95
|
mlrun/feature_store/ingestion.py,sha256=GZkrke5_JJfA_PGOFc6ekbHKujHgMgqr6t4vop5n_bg,11210
|
|
96
96
|
mlrun/feature_store/steps.py,sha256=Xsvq6TGWraLeN_OC7T3ZTrJP8WhVNjDC12VSNACRePE,29118
|
|
97
97
|
mlrun/feature_store/retrieval/__init__.py,sha256=bwA4copPpLQi8fyoUAYtOyrlw0-6f3-Knct8GbJSvRg,1282
|
|
98
|
-
mlrun/feature_store/retrieval/base.py,sha256=
|
|
99
|
-
mlrun/feature_store/retrieval/dask_merger.py,sha256=
|
|
98
|
+
mlrun/feature_store/retrieval/base.py,sha256=e7n-z3LMYMD2J13oWqgvOthnhOMpq8_MIIMuW8ZBWKg,31724
|
|
99
|
+
mlrun/feature_store/retrieval/dask_merger.py,sha256=_AiEu0iRPi9nKt97EhlXqXCYfq4LgHsdpG7ZzpycReM,5491
|
|
100
100
|
mlrun/feature_store/retrieval/job.py,sha256=udrpAf8Q1uNhGj3ATvoEV7M8hlZr3dW_P0T5MqKc1Dc,8262
|
|
101
|
-
mlrun/feature_store/retrieval/local_merger.py,sha256=
|
|
101
|
+
mlrun/feature_store/retrieval/local_merger.py,sha256=jkzTml_umIU-d6isKFNPtmLZ5K9upqbJLWUde2DdiL8,4429
|
|
102
102
|
mlrun/feature_store/retrieval/spark_merger.py,sha256=-SaIen7Jc9RAPs4TwQ0E5qEO2Yh_Kp-YVD8b902nXAw,11079
|
|
103
103
|
mlrun/feature_store/retrieval/storey_merger.py,sha256=5YM0UPrLjGOobulHkowRO-1LuvFD2cm_0GxcpnTdu0I,6314
|
|
104
104
|
mlrun/frameworks/__init__.py,sha256=qRHe_nUfxpoLaSASAkIxcW6IyunMtxq5LXhjzZMO_1E,743
|
|
@@ -192,14 +192,14 @@ mlrun/launcher/factory.py,sha256=tk6foFWox7f_xaeTgkWTx9ht_5fv0XzLDR8ucdb8oTE,234
|
|
|
192
192
|
mlrun/launcher/local.py,sha256=iSPQjnAeBmIz-oWprDmQqD9TUkz85h9aaJIbybcT1R0,10930
|
|
193
193
|
mlrun/launcher/remote.py,sha256=e7orva_ozrtmvEE-QihoFi8MKNCAHxzeUNQpqwQbEoQ,7007
|
|
194
194
|
mlrun/model_monitoring/__init__.py,sha256=XaYyvWsIXpjJQ2gCPj8tFvfSbRSEEqgDtNz4tCE5H4g,915
|
|
195
|
-
mlrun/model_monitoring/api.py,sha256=
|
|
195
|
+
mlrun/model_monitoring/api.py,sha256=7aB6EbLHeH8PMQYp8mZQfDCxZeaD391Kb-tUVhS9hSs,36674
|
|
196
196
|
mlrun/model_monitoring/application.py,sha256=fgsSOLwWJWbiFV_hCOpYVTTOnZLIUDTQ0fHIeGvhMWw,12370
|
|
197
197
|
mlrun/model_monitoring/batch.py,sha256=7Iq0LNbuG6yAzaZ3ut1qFMZTP2ODvGd57cufrP84wtg,43286
|
|
198
|
-
mlrun/model_monitoring/controller.py,sha256=
|
|
199
|
-
mlrun/model_monitoring/controller_handler.py,sha256=
|
|
198
|
+
mlrun/model_monitoring/controller.py,sha256=B5PNThwgjYVhjb1t1Xy2m_UIOykLF0CZHMw5mTsevew,26483
|
|
199
|
+
mlrun/model_monitoring/controller_handler.py,sha256=Yk8urHYKSU_RUhO0B375VO5YWd41yvPW_SMFpO-C8vg,1095
|
|
200
200
|
mlrun/model_monitoring/evidently_application.py,sha256=vlua7ikl736bFKwigCz3Qh4KV4CoWaqJ1ZVPbwCac90,3792
|
|
201
201
|
mlrun/model_monitoring/features_drift_table.py,sha256=2r51W4xQ8gNq3PXt73IfsYu4l4mjwD-dLfRVAvKplTE,24209
|
|
202
|
-
mlrun/model_monitoring/helpers.py,sha256=
|
|
202
|
+
mlrun/model_monitoring/helpers.py,sha256=fn5bwqX-29BqecHzJLJ3JvItyZUjYVZ89p8XYbnnFhk,5589
|
|
203
203
|
mlrun/model_monitoring/model_endpoint.py,sha256=BBtxdY5ciormI_al4zshmIp0GN7hGhOCn-hLgpCXek0,3938
|
|
204
204
|
mlrun/model_monitoring/prometheus.py,sha256=Z0UWmhQ-dpGGH31gCiGdfmhfj-RFRf1Tu1bYVe-k4jk,7605
|
|
205
205
|
mlrun/model_monitoring/stream_processing.py,sha256=LqRMosAWF1ncKjP829zDTdpkx5pPcydv5QJp3RGQY_U,48755
|
|
@@ -234,18 +234,18 @@ mlrun/platforms/__init__.py,sha256=ArWn_iZiEE6qz7hvY_1RqMkFnHGuKjP3k5xYKnfKA58,2
|
|
|
234
234
|
mlrun/platforms/iguazio.py,sha256=LU1d33ll5EKIyp2zitCffZIbq-3fRwNSNO9MK2cIsHc,21729
|
|
235
235
|
mlrun/platforms/other.py,sha256=z4pWqxXkVVuMLk-MbNb0Y_ZR5pmIsUm0R8vHnqpEnew,11852
|
|
236
236
|
mlrun/projects/__init__.py,sha256=Lv5rfxyXJrw6WGOWJKhBz66M6t3_zsNMCfUD6waPwx4,1153
|
|
237
|
-
mlrun/projects/operations.py,sha256=
|
|
237
|
+
mlrun/projects/operations.py,sha256=Qn7V-ixdUDD_u21U1IwshKhAe6fTbXGruU3Ekx5-8ls,18744
|
|
238
238
|
mlrun/projects/pipelines.py,sha256=qVlG5ZxdcXxdgtxeht-r6QHDUMw7DUkDPv-yuvui3Rk,39297
|
|
239
|
-
mlrun/projects/project.py,sha256=
|
|
239
|
+
mlrun/projects/project.py,sha256=vWv-tOFWjy6OSoG0n97BHo6eAVDLXPxugQY2KMANNNY,146079
|
|
240
240
|
mlrun/runtimes/__init__.py,sha256=_93Hbsamu5NDC4HTuZl6UCOQN23dJQ7CwNbkT4GAMF8,7028
|
|
241
241
|
mlrun/runtimes/base.py,sha256=056I8Oh1KX-qD5hFSVmiuB2bX0ZhOztohOkomMoJ9s8,35525
|
|
242
242
|
mlrun/runtimes/constants.py,sha256=Y7ZETb5-sD1m6H0dqEHmPrtvhqrwYf-uYcKgMxHFYhw,8657
|
|
243
243
|
mlrun/runtimes/daskjob.py,sha256=EoTnCeQgOupl90Tg6IrQjo8Fc2I2ZwdTFMq8HD9r8Qw,19100
|
|
244
244
|
mlrun/runtimes/funcdoc.py,sha256=FHwnLfFzoD6yGlsAJXAl_3VTtudgg4fTrsw_XqLOkC0,10508
|
|
245
|
-
mlrun/runtimes/function.py,sha256=
|
|
245
|
+
mlrun/runtimes/function.py,sha256=bA5-FojJXn91l8kQV6KhFzqIlwHgiaC812ne64vfsTU,47535
|
|
246
246
|
mlrun/runtimes/function_reference.py,sha256=SJ0J-4ww0FQdijmdnUwGUKhMb-h5wtzqCPItTWKIL40,4911
|
|
247
247
|
mlrun/runtimes/generators.py,sha256=v28HdNgxdHvj888G1dTnUeQZz-D9iTO0hoGeZbCdiuQ,7241
|
|
248
|
-
mlrun/runtimes/kubejob.py,sha256=
|
|
248
|
+
mlrun/runtimes/kubejob.py,sha256=BiSnLOvcm_YvpayADtxDtqyUmuYSwdAlVo6TlHfoqus,12386
|
|
249
249
|
mlrun/runtimes/local.py,sha256=wF2WZ_NyG6OKdte05Hkr085AFxJr1COI4fJfsJeHbdI,21160
|
|
250
250
|
mlrun/runtimes/nuclio.py,sha256=hwk4dUaZefI-Qbb4s289vQpt1h0nAucxf6eINzVI-d8,2908
|
|
251
251
|
mlrun/runtimes/pod.py,sha256=TNM8fee1lSSVHrfig0aPQRV2Vp6ICH09DhFoA6nTO-U,56312
|
|
@@ -254,8 +254,8 @@ mlrun/runtimes/serving.py,sha256=IKAv5gHrk7GXkWaVW_tvF7uPtXcdPyQnETJRVj7wXEw,303
|
|
|
254
254
|
mlrun/runtimes/utils.py,sha256=eEbWJLC7vl2vG6bRTxsKhvbRBJuPHsf4hfM5cGHcd08,15324
|
|
255
255
|
mlrun/runtimes/databricks_job/__init__.py,sha256=kXGBqhLN0rlAx0kTXhozGzFsIdSqW0uTSKMmsLgq_is,569
|
|
256
256
|
mlrun/runtimes/databricks_job/databricks_cancel_task.py,sha256=lYItecKYdWkvmuE0gCLqx2OkBfC6JFp4PE3dW6WXHsI,2249
|
|
257
|
-
mlrun/runtimes/databricks_job/databricks_runtime.py,sha256=
|
|
258
|
-
mlrun/runtimes/databricks_job/databricks_wrapper.py,sha256=
|
|
257
|
+
mlrun/runtimes/databricks_job/databricks_runtime.py,sha256=hbxhFqw68eRsdOu-NlxErwv55cLBE5j_m8J1Y8EfCk4,10732
|
|
258
|
+
mlrun/runtimes/databricks_job/databricks_wrapper.py,sha256=MuyenBc-SdV2zz2ukCroXiRzEABClD19eCdovgcSFOc,8028
|
|
259
259
|
mlrun/runtimes/mpijob/__init__.py,sha256=jZf2uPBv6IB18Jj-dGSQ9NU5_xxni7XS4dnDZGwESFE,1583
|
|
260
260
|
mlrun/runtimes/mpijob/abstract.py,sha256=B9opVnv3Hdm17rFITEemYLoh9ft8q-I4wql4g12jidg,9179
|
|
261
261
|
mlrun/runtimes/mpijob/v1.py,sha256=_RUlFo_3NcFf7x-QpUNVm8f7qNbRDIdUmPf_ijrv54U,3206
|
|
@@ -266,9 +266,9 @@ mlrun/serving/__init__.py,sha256=_6HRAOuS2Ehjo3vwx5h1aI_-JppxEAsl4VfEERAbGFE,107
|
|
|
266
266
|
mlrun/serving/merger.py,sha256=PXLn3A21FiLteJHaDSLm5xKNT-80eTTjfHUJnBX1gKY,6116
|
|
267
267
|
mlrun/serving/remote.py,sha256=XtCgEY-azxcP0VUG1TupZXQ_dttPkAKIAtszW-GfGpQ,18038
|
|
268
268
|
mlrun/serving/routers.py,sha256=jIZIUsWaktwwzD6--02Itlgb_CCCTxi620S-jw63WhM,55310
|
|
269
|
-
mlrun/serving/server.py,sha256
|
|
269
|
+
mlrun/serving/server.py,sha256=-R_XP1NW2vG0V7F3nlPRGW0tobpL5tgZFTwcEhIZFbo,21764
|
|
270
270
|
mlrun/serving/serving_wrapper.py,sha256=R670-S6PX_d5ER6jiHtRvacuPyFzQH0mEf2K0sBIIOM,836
|
|
271
|
-
mlrun/serving/states.py,sha256=
|
|
271
|
+
mlrun/serving/states.py,sha256=Gq7-iiFpqP1o4W1SiPdYqeyITuvnSOtz7ju46mZr3k4,54823
|
|
272
272
|
mlrun/serving/utils.py,sha256=MHu3RljqtuEu3KxYcbECOzfgQZbfvYK09Tg5IAdvFgg,3902
|
|
273
273
|
mlrun/serving/v1_serving.py,sha256=m_W8ylcASCvdP66lZSD6yQjamYCUJ3VZdOEQY4F8ozk,11814
|
|
274
274
|
mlrun/serving/v2_serving.py,sha256=fAMA52lBvpLFpUa8LKHjRAwBZp_sR0wUmmtrN1ChJC4,21823
|
|
@@ -283,7 +283,7 @@ mlrun/utils/azure_vault.py,sha256=VNs2fz0XlFrV5Ggz3T0mR7mOWHefEcC14wM7QpsbY44,34
|
|
|
283
283
|
mlrun/utils/clones.py,sha256=QG2ka65-ysfrOaoziudEjJqGgAxJvFKZOXkiD9WZGN4,7386
|
|
284
284
|
mlrun/utils/condition_evaluator.py,sha256=oR-GjryAg76D4G79G-DzVkx631D6Gd4jJgbr_d3Btnw,1920
|
|
285
285
|
mlrun/utils/db.py,sha256=2pdIYKIA0GiwwuWLW0PJ_bPu9M1rd7ESBqnMr5wWuW4,1662
|
|
286
|
-
mlrun/utils/helpers.py,sha256=
|
|
286
|
+
mlrun/utils/helpers.py,sha256=lsV5lTHbqfuFXXKCBV_89kPCx1I8ao3KvHznXNEoi6M,50098
|
|
287
287
|
mlrun/utils/http.py,sha256=_3pJPuDPz7M9pU4uRN-NPUmCyaANCQsAWAIrlVLZPiY,8733
|
|
288
288
|
mlrun/utils/logger.py,sha256=ZVT9vnDGeuMKsbiEHTN3AXyF_hvUgpv4jGa1lgwFXJU,7049
|
|
289
289
|
mlrun/utils/regex.py,sha256=V0kaw1-zuehkN20g_Pq6SgkJTBLRdBqNkXOGN_2TJEw,4430
|
|
@@ -300,11 +300,11 @@ mlrun/utils/notifications/notification/ipython.py,sha256=qrBmtECiRG6sZpCIVMg7RZc
|
|
|
300
300
|
mlrun/utils/notifications/notification/slack.py,sha256=5JysqIpUYUZKXPSeeZtbl7qb2L9dj7p2NvnEBcEsZkA,3898
|
|
301
301
|
mlrun/utils/notifications/notification/webhook.py,sha256=QHezCuN5uXkLcroAGxGrhGHaxAdUvkDLIsp27_Yrfd4,2390
|
|
302
302
|
mlrun/utils/version/__init__.py,sha256=7kkrB7hEZ3cLXoWj1kPoDwo4MaswsI2JVOBpbKgPAgc,614
|
|
303
|
-
mlrun/utils/version/version.json,sha256=
|
|
303
|
+
mlrun/utils/version/version.json,sha256=9jck-PA2eA74HRX-no59aljy7jDHijdOjUqFpYQaFiM,89
|
|
304
304
|
mlrun/utils/version/version.py,sha256=HMwseV8xjTQ__6T6yUWojx_z6yUj7Io7O4NcCCH_sz8,1970
|
|
305
|
-
mlrun-1.6.
|
|
306
|
-
mlrun-1.6.
|
|
307
|
-
mlrun-1.6.
|
|
308
|
-
mlrun-1.6.
|
|
309
|
-
mlrun-1.6.
|
|
310
|
-
mlrun-1.6.
|
|
305
|
+
mlrun-1.6.0rc13.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
306
|
+
mlrun-1.6.0rc13.dist-info/METADATA,sha256=Hz1qTXPT7RuursgzNl78eUHM7ecNT6SlnCBkjkCdQ6Y,18614
|
|
307
|
+
mlrun-1.6.0rc13.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
308
|
+
mlrun-1.6.0rc13.dist-info/entry_points.txt,sha256=ZbXmb36B9JmK7EaleP8MIAbZSOQXQV0iwKR6si0HUWk,47
|
|
309
|
+
mlrun-1.6.0rc13.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
|
|
310
|
+
mlrun-1.6.0rc13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|