|
58 | 58 | <Compile Include="interpret\glassbox\_decisiontree.py" /> |
59 | 59 | <Compile Include="interpret\glassbox\_ebm.py" /> |
60 | 60 | <Compile Include="interpret\glassbox\_ebm_core\_bin.py" /> |
| 61 | + <Compile Include="interpret\glassbox\_ebm_core\_callbacks.py" /> |
| 62 | + <Compile Include="interpret\glassbox\_ebm_core\_compressed_dataset.py" /> |
61 | 63 | <Compile Include="interpret\glassbox\_ebm_core\_excel.py" /> |
62 | 64 | <Compile Include="interpret\glassbox\_ebm_core\_json.py" /> |
| 65 | + <Compile Include="interpret\glassbox\_ebm_core\_measure_interactions.py" /> |
63 | 66 | <Compile Include="interpret\glassbox\_ebm_core\_multiclass.py" /> |
| 67 | + <Compile Include="interpret\glassbox\_ebm_core\_preprocessor.py" /> |
| 68 | + <Compile Include="interpret\glassbox\_ebm_core\_rank_interactions.py" /> |
64 | 69 | <Compile Include="interpret\glassbox\_ebm_core\_research\_group_importance.py" /> |
65 | 70 | <Compile Include="interpret\glassbox\_ebm_core\_research\__init__.py" /> |
| 71 | + <Compile Include="interpret\glassbox\_ebm_core\_shared_dataset.py" /> |
66 | 72 | <Compile Include="interpret\glassbox\_ebm_core\_tensor.py" /> |
67 | 73 | <Compile Include="interpret\glassbox\_ebm_core\_utils.py" /> |
68 | 74 | <Compile Include="interpret\glassbox\_ebm_core\_boost.py" /> |
|
84 | 90 | <Compile Include="interpret\provider\__init__.py" /> |
85 | 91 | <Compile Include="interpret\utils\_explanation.py" /> |
86 | 92 | <Compile Include="interpret\utils\_clean_simple.py" /> |
87 | | - <Compile Include="interpret\utils\_compressed_dataset.py" /> |
88 | 93 | <Compile Include="interpret\utils\_histogram.py" /> |
89 | 94 | <Compile Include="interpret\utils\_link.py" /> |
90 | 95 | <Compile Include="interpret\utils\_measure_mem.py" /> |
91 | 96 | <Compile Include="interpret\utils\_misc.py" /> |
92 | 97 | <Compile Include="interpret\utils\_purify.py" /> |
93 | | - <Compile Include="interpret\utils\_rank_interactions.py" /> |
94 | 98 | <Compile Include="interpret\utils\_shap_common.py" /> |
95 | 99 | <Compile Include="interpret\utils\_clean_x.py" /> |
96 | | - <Compile Include="interpret\utils\_measure_interactions.py" /> |
97 | 100 | <Compile Include="interpret\utils\_native.py" /> |
98 | | - <Compile Include="interpret\utils\_preprocessor.py" /> |
99 | 101 | <Compile Include="interpret\utils\_privacy.py" /> |
100 | 102 | <Compile Include="interpret\utils\_seed.py" /> |
101 | | - <Compile Include="interpret\utils\_shared_dataset.py" /> |
102 | 103 | <Compile Include="interpret\utils\_synthetic.py" /> |
103 | 104 | <Compile Include="interpret\utils\_unify_predict.py" /> |
104 | 105 | <Compile Include="interpret\utils\_unify_data.py" /> |
|
0 commit comments