causing 2.4.2__tar.gz → 2.4.4__tar.gz

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 causing might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: causing
3
- Version: 2.4.2
3
+ Version: 2.4.4
4
4
  Summary: Causing: CAUSal INterpretation using Graphs
5
5
  Home-page: https://github.com/realrate/Causing
6
6
  Author: Dr. Holger Bartel
@@ -17,6 +17,16 @@ Requires-Dist: scipy~=1.9
17
17
  Requires-Dist: sympy~=1.5
18
18
  Requires-Dist: networkx~=2.7
19
19
  Requires-Dist: pre-commit
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: home-page
26
+ Dynamic: license-file
27
+ Dynamic: requires-dist
28
+ Dynamic: requires-python
29
+ Dynamic: summary
20
30
 
21
31
  # Causing: CAUSal INterpretation using Graphs
22
32
 
@@ -146,6 +156,11 @@ We are excited to be a winner of the PyTorch AI Hackathon 2020 in the Responsibl
146
156
 
147
157
  [devpost.com/software/realrate-explainable-ai-for-company-ratings](https://devpost.com/software/realrate-explainable-ai-for-company-ratings "devpost.com/software/realrate-explainable-ai-for-company-ratings").
148
158
 
159
+ ## GitHub Star History
160
+
161
+ [star-history.com](https://www.star-history.com/#realrate/Causing&Date)
162
+ ![star-history-2025327](https://github.com/user-attachments/assets/67271706-0534-4b97-b9da-7fe502f1d94a)
163
+
149
164
  ## Contact
150
165
 
151
166
  Dr. Holger Bartel
@@ -153,4 +168,5 @@ RealRate
153
168
  Cecilienstr. 14, D-12307 Berlin
154
169
  [holger.bartel@realrate.ai](mailto:holger.bartel@realrate.ai?subject=[Causing])
155
170
  Phone: +49 160 957 90 844
156
- [www.realrate.ai](https://www.realrate.ai "www.realrate.ai")
171
+ [realrate.ai](https://realrate.ai)
172
+ [drbartel.com](https://drbartel.com)
@@ -126,6 +126,11 @@ We are excited to be a winner of the PyTorch AI Hackathon 2020 in the Responsibl
126
126
 
127
127
  [devpost.com/software/realrate-explainable-ai-for-company-ratings](https://devpost.com/software/realrate-explainable-ai-for-company-ratings "devpost.com/software/realrate-explainable-ai-for-company-ratings").
128
128
 
129
+ ## GitHub Star History
130
+
131
+ [star-history.com](https://www.star-history.com/#realrate/Causing&Date)
132
+ ![star-history-2025327](https://github.com/user-attachments/assets/67271706-0534-4b97-b9da-7fe502f1d94a)
133
+
129
134
  ## Contact
130
135
 
131
136
  Dr. Holger Bartel
@@ -133,4 +138,5 @@ RealRate
133
138
  Cecilienstr. 14, D-12307 Berlin
134
139
  [holger.bartel@realrate.ai](mailto:holger.bartel@realrate.ai?subject=[Causing])
135
140
  Phone: +49 160 957 90 844
136
- [www.realrate.ai](https://www.realrate.ai "www.realrate.ai")
141
+ [realrate.ai](https://realrate.ai)
142
+ [drbartel.com](https://drbartel.com)
@@ -193,6 +193,10 @@ def create_graphs(graphs: Iterable[networkx.DiGraph], output_dir: Path, **kwargs
193
193
  print("Create", filename)
194
194
  dot_str = graph_to_dot(g, **kwargs)
195
195
  save_graph(output_dir / filename, dot_str)
196
+ # save the dot string
197
+ dot_path = output_dir / f"IME_{g.graph['id']}.dot"
198
+ with open(dot_path, "w") as f:
199
+ f.write(dot_str)
196
200
 
197
201
 
198
202
  def remove_node_keep_edges(graph, node):
@@ -88,9 +88,9 @@ class Model:
88
88
  # [eq(*eq_in, *parameters.values()) for eq_in in eq_inputs],
89
89
  # dtype=np.float64,
90
90
  # )
91
+ np.seterr(under="ignore")
91
92
  computed_yvars = []
92
93
  for eq_in in eq_inputs:
93
- eq_in = [np.float128(value) for value in eq_in]
94
94
  computed_yvars.append(eq(*eq_in, *parameters.values()))
95
95
 
96
96
  yhat[i] = np.array(
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: causing
3
- Version: 2.4.2
3
+ Version: 2.4.4
4
4
  Summary: Causing: CAUSal INterpretation using Graphs
5
5
  Home-page: https://github.com/realrate/Causing
6
6
  Author: Dr. Holger Bartel
@@ -17,6 +17,16 @@ Requires-Dist: scipy~=1.9
17
17
  Requires-Dist: sympy~=1.5
18
18
  Requires-Dist: networkx~=2.7
19
19
  Requires-Dist: pre-commit
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: home-page
26
+ Dynamic: license-file
27
+ Dynamic: requires-dist
28
+ Dynamic: requires-python
29
+ Dynamic: summary
20
30
 
21
31
  # Causing: CAUSal INterpretation using Graphs
22
32
 
@@ -146,6 +156,11 @@ We are excited to be a winner of the PyTorch AI Hackathon 2020 in the Responsibl
146
156
 
147
157
  [devpost.com/software/realrate-explainable-ai-for-company-ratings](https://devpost.com/software/realrate-explainable-ai-for-company-ratings "devpost.com/software/realrate-explainable-ai-for-company-ratings").
148
158
 
159
+ ## GitHub Star History
160
+
161
+ [star-history.com](https://www.star-history.com/#realrate/Causing&Date)
162
+ ![star-history-2025327](https://github.com/user-attachments/assets/67271706-0534-4b97-b9da-7fe502f1d94a)
163
+
149
164
  ## Contact
150
165
 
151
166
  Dr. Holger Bartel
@@ -153,4 +168,5 @@ RealRate
153
168
  Cecilienstr. 14, D-12307 Berlin
154
169
  [holger.bartel@realrate.ai](mailto:holger.bartel@realrate.ai?subject=[Causing])
155
170
  Phone: +49 160 957 90 844
156
- [www.realrate.ai](https://www.realrate.ai "www.realrate.ai")
171
+ [realrate.ai](https://realrate.ai)
172
+ [drbartel.com](https://drbartel.com)
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="causing",
8
- version="2.4.2",
8
+ version="2.4.4",
9
9
  author="Dr. Holger Bartel",
10
10
  author_email="holger.bartel@realrate.ai",
11
11
  description="Causing: CAUSal INterpretation using Graphs",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes