Commit 2b94780
authored
Remove python export/peek model and related artifacts (#1311)
* Remove python export/peek model and related artifacts
Remove legacy Python export/peek model phases and related resources, update client wiring and argument handling. ZinggOptions (assess/peek/export) and the Spark Python phase runner mapping were removed; python/exportModel script, Python-related helpers (argument write/JSON methods) and many test/resources/docs for the peek/export flows were deleted
* Fix typo in JVM arguments package
Corrects a typo in python/zingg/client.py by changing the JVM package path from zingg.common.client.argumentst to zingg.common.client.arguments so ArgumentServiceImpl.loadArguments is called from the correct package1 parent 4f6e3c7 commit 2b94780
16 files changed
Lines changed: 10 additions & 650 deletions
File tree
- common
- client/src/main/java/zingg/common/client
- arguments
- options
- core/src/test/resources/testPeekModel
- docs
- setup/training
- python
- phases
- zingg
- spark/core/src
- main/java/zingg/spark/core/executor
- test
- java/zingg/spark/core/executor
- resources/testPeekModel
- test/testFebrl
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | 673 | | |
682 | 674 | | |
683 | 675 | | |
| |||
708 | 700 | | |
709 | 701 | | |
710 | 702 | | |
711 | | - | |
| 703 | + | |
712 | 704 | | |
713 | 705 | | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | | - | |
719 | | - | |
720 | | - | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | 706 | | |
738 | 707 | | |
739 | 708 | | |
| |||
770 | 739 | | |
771 | 740 | | |
772 | 741 | | |
773 | | - | |
774 | 742 | | |
775 | 743 | | |
776 | 744 | | |
| |||
922 | 890 | | |
923 | 891 | | |
924 | 892 | | |
925 | | - | |
| 893 | + | |
926 | 894 | | |
927 | 895 | | |
928 | 896 | | |
| |||
0 commit comments