You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,10 @@ pip install pywhyllm
25
25
PyWhy-LLM seamlessly integrates into your existing causal inference process. Import the necessary classes and start exploring the power of LLM-augmented causal analysis.
26
26
27
27
```python
28
-
from pywhyllm import ModelSuggester, IdentificationSuggester, ValidationSuggester
28
+
from pywhyllm.suggesters.model_suggester import ModelSuggester
29
+
from pywhyllm.suggesters.identification_suggester import IdentificationSuggester
30
+
from pywhyllm.suggesters.validation_suggester import ValidationSuggester
31
+
from pywhyllm import RelationshipStrategy
29
32
30
33
```
31
34
@@ -34,17 +37,20 @@ from pywhyllm import ModelSuggester, IdentificationSuggester, ValidationSuggeste
0 commit comments