Skip to content

Commit 628494a

Browse files
Eyal-Danielidanielperezziguazio-cicd
authored
cherry pick CI changes and hist app (#914)
* replace author to Iguazio manually (#905) * Organize CLI directory + new CLI for generating item.yaml files (#906) * create a CLI for generating item.yaml and organize the CLI directory * modify comments to module * PR fixes * Update cli/common/generate_item_yaml.py Co-authored-by: Eyal Danieli <[email protected]> --------- Co-authored-by: Eyal Danieli <[email protected]> * fill count events notebook (#908) * avoid noise reduction unit test (#909) * Add histogram-data-drift monitoring application module (without example) (#911) * histogram data drift module with empty example notebook * post review fixes * chore(readme): auto-update asset tables [skip ci] * Fill histogram-data-drift example notebook (#912) * fill data-drift nb * post review fixes --------- Co-authored-by: Daniel Perez <[email protected]> Co-authored-by: iguazio-cicd <[email protected]>
1 parent 4186f00 commit 628494a

File tree

8 files changed

+1046
-0
lines changed

8 files changed

+1046
-0
lines changed

modules/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
| Name | Description | Kind | Categories |
88
| --- | --- | --- | --- |
99
| [count_events](/home/runner/work/functions/functions/modules/src/count_events) | Count events in each time window | monitoring_application | model-serving |
10+
| [histogram_data_drift](/home/runner/work/functions/functions/modules/src/histogram_data_drift) | Model-monitoring application for detecting and visualizing data drift | monitoring_application | model-serving, structured-ML |
1011
<!-- AUTOGEN:END -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
,sepal_length_cm,sepal_width_cm,petal_length_cm,petal_width_cm
2+
0,0.0,0.0,0.0,0.0
3+
1,0.02666666666666667,0.006666666666666667,0.02666666666666667,0.22666666666666666
4+
2,0.03333333333333333,0.02,0.22,0.04666666666666667
5+
3,0.04666666666666667,0.02666666666666667,0.07333333333333333,0.04666666666666667
6+
4,0.10666666666666667,0.02,0.013333333333333334,0.006666666666666667
7+
5,0.06,0.05333333333333334,0.0,0.006666666666666667
8+
6,0.03333333333333333,0.09333333333333334,0.0,0.0
9+
7,0.08666666666666667,0.09333333333333334,0.006666666666666667,0.0
10+
8,0.09333333333333334,0.06666666666666667,0.013333333333333334,0.04666666666666667
11+
9,0.06666666666666667,0.17333333333333334,0.02,0.02
12+
10,0.04,0.07333333333333333,0.03333333333333333,0.03333333333333333
13+
11,0.06666666666666667,0.12666666666666668,0.08,0.14
14+
12,0.10666666666666667,0.08,0.09333333333333334,0.08
15+
13,0.04666666666666667,0.04,0.08,0.02666666666666667
16+
14,0.07333333333333333,0.02666666666666667,0.11333333333333333,0.013333333333333334
17+
15,0.02666666666666667,0.06,0.04,0.08
18+
16,0.013333333333333334,0.013333333333333334,0.08,0.07333333333333333
19+
17,0.02666666666666667,0.006666666666666667,0.04666666666666667,0.04
20+
18,0.006666666666666667,0.006666666666666667,0.02666666666666667,0.02
21+
19,0.03333333333333333,0.006666666666666667,0.013333333333333334,0.05333333333333334
22+
20,0.006666666666666667,0.006666666666666667,0.02,0.04
23+
21,0.0,0.0,0.0,0.0
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
,p0,petal_length_cm,petal_width_cm,sepal_length_cm,sepal_width_cm
2+
0,0.0,1.0,1.0,1.0,1.0
3+
1,0.0,0.0,0.0,0.0,0.0
4+
2,0.0,0.0,0.0,0.0,0.0
5+
3,0.0,0.0,0.0,0.0,0.0
6+
4,0.0,0.0,0.0,0.0,0.0
7+
5,0.0,0.0,0.0,0.0,0.0
8+
6,0.0,0.0,0.0,0.0,0.0
9+
7,0.0,0.0,0.0,0.0,0.0
10+
8,0.0,0.0,0.0,0.0,0.0
11+
9,0.0,0.0,0.0,0.0,0.0
12+
10,0.0,0.0,0.0,0.0,0.0
13+
11,1.0,0.0,0.0,0.0,0.0
14+
12,0.0,0.0,0.0,0.0,0.0
15+
13,0.0,0.0,0.0,0.0,0.0
16+
14,0.0,0.0,0.0,0.0,0.0
17+
15,0.0,0.0,0.0,0.0,0.0
18+
16,0.0,0.0,0.0,0.0,0.0
19+
17,0.0,0.0,0.0,0.0,0.0
20+
18,0.0,0.0,0.0,0.0,0.0
21+
19,0.0,0.0,0.0,0.0,0.0
22+
20,0.0,0.0,0.0,0.0,0.0
23+
21,0.0,0.0,0.0,0.0,0.0

modules/src/histogram_data_drift/histogram_data_drift.ipynb

Lines changed: 309 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)