mlrun 1.9.0rc13__py3-none-any.whl → 1.9.1rc1__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.

@@ -384,15 +384,15 @@ class V2ModelServer(StepToDict):
384
384
  return event
385
385
 
386
386
  def logged_results(self, request: dict, response: dict, op: str):
387
- """hook for controlling which results are tracked by the model monitoring
387
+ """Hook for controlling which results are tracked by the model monitoring
388
388
 
389
- this hook allows controlling which input/output data is logged by the model monitoring
390
- allow filtering out columns or adding custom values, can also be used to monitor derived metrics
391
- for example in image classification calculate and track the RGB values vs the image bitmap
389
+ This hook allows controlling which input/output data is logged by the model monitoring.
390
+ It allows filtering out columns or adding custom values, and can also be used to monitor derived metrics,
391
+ for example in image classification to calculate and track the RGB values vs the image bitmap.
392
392
 
393
- the request["inputs"] holds a list of input values/arrays, the response["outputs"] holds a list of
394
- corresponding output values/arrays (the schema of the input/output fields is stored in the model object),
395
- this method should return lists of alternative inputs and outputs which will be monitored
393
+ The request ["inputs"] holds a list of input values/arrays, the response ["outputs"] holds a list of
394
+ corresponding output values/arrays (the schema of the input/output fields is stored in the model object).
395
+ This method should return lists of alternative inputs and outputs which will be monitored.
396
396
 
397
397
  :param request: predict/explain request, see model serving docs for details
398
398
  :param response: result from the model predict/explain (after postprocess())
@@ -422,6 +422,7 @@ class V2ModelServer(StepToDict):
422
422
 
423
423
  def predict(self, request: dict) -> list:
424
424
  """model prediction operation
425
+
425
426
  :return: list with the model prediction results (can be multi-port) or list of lists for multiple predictions
426
427
  """
427
428
  raise NotImplementedError()
@@ -436,7 +437,7 @@ class V2ModelServer(StepToDict):
436
437
  where the internal list order is according to the ArtifactModel inputs.
437
438
 
438
439
  :param request: event
439
- :return: evnet body converting the inputs to be list of lists
440
+ :return: event body converting the inputs to be list of lists
440
441
  """
441
442
  if self.model_spec and self.model_spec.inputs:
442
443
  input_order = [feature.name for feature in self.model_spec.inputs]
@@ -1,4 +1,4 @@
1
1
  {
2
- "git_commit": "b7122fc963d47705091026ecd96d6321291b400a",
3
- "version": "1.9.0-rc13"
2
+ "git_commit": "66d72d8ae1d6c2932834909c48439ca8cac49ecf",
3
+ "version": "1.9.1-rc1"
4
4
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mlrun
3
- Version: 1.9.0rc13
3
+ Version: 1.9.1rc1
4
4
  Summary: Tracking and config of machine learning runs
5
5
  Home-page: https://github.com/mlrun/mlrun
6
6
  Author: Yaron Haviv
@@ -310,7 +310,7 @@ mlrun/serving/serving_wrapper.py,sha256=R670-S6PX_d5ER6jiHtRvacuPyFzQH0mEf2K0sBI
310
310
  mlrun/serving/states.py,sha256=PaVdgZ8GyE8bxr_-RvuSUINwHuPypJmqaQs27aEPweo,73367
311
311
  mlrun/serving/utils.py,sha256=k2EIYDWHUGkE-IBI6T0UNT32fw-KySsccIJM_LObI00,4171
312
312
  mlrun/serving/v1_serving.py,sha256=c6J_MtpE-Tqu00-6r4eJOCO6rUasHDal9W2eBIcrl50,11853
313
- mlrun/serving/v2_serving.py,sha256=b3C5Utv2_AOPrH_hPi3NarjNbAK3kRoeIfqMU4qNuUo,25362
313
+ mlrun/serving/v2_serving.py,sha256=kVagsCxjRKzdoj-0PNFOg5iI4ub1EYpvlZkULvo-8pw,25380
314
314
  mlrun/track/__init__.py,sha256=yVXbT52fXvGKRlc_ByHqIVt7-9L3DRE634RSeQwgXtU,665
315
315
  mlrun/track/tracker.py,sha256=CyTU6Qd3_5GGEJ_hpocOj71wvV65EuFYUjaYEUKAL6Q,3575
316
316
  mlrun/track/tracker_manager.py,sha256=IYBl99I62IC6VCCmG1yt6JoHNOQXa53C4DURJ2sWgio,5726
@@ -341,11 +341,11 @@ mlrun/utils/notifications/notification/mail.py,sha256=ZyJ3eqd8simxffQmXzqd3bgbAq
341
341
  mlrun/utils/notifications/notification/slack.py,sha256=kfhogR5keR7Zjh0VCjJNK3NR5_yXT7Cv-x9GdOUW4Z8,7294
342
342
  mlrun/utils/notifications/notification/webhook.py,sha256=zxh8CAlbPnTazsk6r05X5TKwqUZVOH5KBU2fJbzQlG4,5330
343
343
  mlrun/utils/version/__init__.py,sha256=7kkrB7hEZ3cLXoWj1kPoDwo4MaswsI2JVOBpbKgPAgc,614
344
- mlrun/utils/version/version.json,sha256=zjuQ3-Y7SvQEjGRKbLzsak_e6yT1bpjT24CV5mhXx9c,89
344
+ mlrun/utils/version/version.json,sha256=7mhCjUYAr1g1apXbPAlCWtLTYPliMkxyFdYZEYzabzQ,88
345
345
  mlrun/utils/version/version.py,sha256=eEW0tqIAkU9Xifxv8Z9_qsYnNhn3YH7NRAfM-pPLt1g,1878
346
- mlrun-1.9.0rc13.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
347
- mlrun-1.9.0rc13.dist-info/METADATA,sha256=VyM22mAVHzdNF0LxqFtM-uF_2qhHlQ-A8SevmxUMrcY,25760
348
- mlrun-1.9.0rc13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
349
- mlrun-1.9.0rc13.dist-info/entry_points.txt,sha256=1Owd16eAclD5pfRCoJpYC2ZJSyGNTtUr0nCELMioMmU,46
350
- mlrun-1.9.0rc13.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
351
- mlrun-1.9.0rc13.dist-info/RECORD,,
346
+ mlrun-1.9.1rc1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
347
+ mlrun-1.9.1rc1.dist-info/METADATA,sha256=dQgldYfXGdK4ZQkqy25CJodKyIuO-VzjC5rzY4OMtiI,25759
348
+ mlrun-1.9.1rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
349
+ mlrun-1.9.1rc1.dist-info/entry_points.txt,sha256=1Owd16eAclD5pfRCoJpYC2ZJSyGNTtUr0nCELMioMmU,46
350
+ mlrun-1.9.1rc1.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
351
+ mlrun-1.9.1rc1.dist-info/RECORD,,