Skip to content

Commit 5ba0d6f

Browse files
committed
manual merge by deleting the tuebingen py file
Signed-off-by: Amit Sharma <[email protected]>
2 parents 97719b3 + 7b4b359 commit 5ba0d6f

File tree

12 files changed

+4619
-2385
lines changed

12 files changed

+4619
-2385
lines changed

.all-contributorsrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"files": [
3-
"README.md"
3+
"CONTRIBUTING.md"
44
],
55
"imageSize": 100,
66
"commit": false,
@@ -30,6 +30,6 @@
3030
"skipCi": true,
3131
"repoType": "github",
3232
"repoHost": "https://github.com",
33-
"projectName": "pywhy-llm",
33+
"projectName": "pywhyllm",
3434
"projectOwner": "py-why"
3535
}

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
1010
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1111
<!-- prettier-ignore-start -->
1212
<!-- markdownlint-disable -->
13+
<table>
14+
<tbody>
15+
<tr>
16+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/grace-sng7"><img src="https://avatars.githubusercontent.com/u/108954669?v=4?s=100" width="100px;" alt="Grace Sng"/><br /><sub><b>Grace Sng</b></sub></a><br /><a href="https://github.com/py-why/pywhy-llm/commits?author=grace-sng7" title="Code">💻</a></td>
17+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RoseDeSicilia26"><img src="https://avatars.githubusercontent.com/u/72463845?v=4?s=100" width="100px;" alt="Rose De Sicilia"/><br /><sub><b>Rose De Sicilia</b></sub></a><br /><a href="https://github.com/py-why/pywhy-llm/commits?author=RoseDeSicilia26" title="Code">💻</a></td>
18+
</tr>
19+
</tbody>
20+
</table>
1321

1422
<!-- markdownlint-restore -->
1523
<!-- prettier-ignore-end -->
1624

1725
<!-- ALL-CONTRIBUTORS-LIST:END -->
1826

19-
2027
## Contributing Guide
2128

2229
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. This Project welcomes contributions, suggestions, and feedback. All contributions, suggestions, and feedback you submitted are accepted under the [Project's license](./LICENSE). You represent that if you do not own copyright in the code that you have the authority to submit it under the [Project's license](./LICENSE). All feedback, suggestions, or contributions are not confidential.

README.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ For detailed usage instructions and tutorials, refer to [Notebook](link_here).
1717
To install PyWhy-LLM, you can use pip:
1818

1919
```bash
20-
pip install pywhy-llm
20+
pip install pywhyllm
2121
```
2222

2323
## Usage
2424

2525
PyWhy-LLM seamlessly integrates into your existing causal inference process. Import the necessary classes and start exploring the power of LLM-augmented causal analysis.
2626

2727
```python
28-
from pywhy-llm import ModelSuggester, IdentificationSuggester, ValidationSuggester
28+
from pywhyllm import ModelSuggester, IdentificationSuggester, ValidationSuggester
2929

3030
```
3131

@@ -89,37 +89,7 @@ plt.show()
8989

9090
```
9191

92-
## License
93-
94-
PyWhy-LLM is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
95-
96-
## Contact
97-
98-
For any questions, feedback, or inquiries, please reach out to [Emre Kiciman](mailto:[email protected]) and [Rose De Sicilia](mailto:[email protected]).
99-
100-
---
101-
102-
By leveraging LLMs and formalizing human-LLM collaboration, PyWhy-LLM takes causal inference to new heights. Explore its potential and join us in making causal analysis more accessible and insightful.
103-
10492
## Contributors ✨
93+
This project welcomes contributions and suggestions. For a guide to contributing and a list of all contributors, check out [CONTRIBUTING.md](https://github.com/py-why/pywhyllm/blob/main/CONTRIBUTING.md>). Our contributor code of conduct is available [here](https://github.com/py-why/governance/blob/main/CODE-OF-CONDUCT.md>).
10594

106-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
107-
108-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
109-
<!-- prettier-ignore-start -->
110-
<!-- markdownlint-disable -->
111-
<table>
112-
<tbody>
113-
<tr>
114-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/grace-sng7"><img src="https://avatars.githubusercontent.com/u/108954669?v=4?s=100" width="100px;" alt="Grace Sng"/><br /><sub><b>Grace Sng</b></sub></a><br /><a href="https://github.com/py-why/pywhy-llm/commits?author=grace-sng7" title="Code">💻</a></td>
115-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RoseDeSicilia26"><img src="https://avatars.githubusercontent.com/u/72463845?v=4?s=100" width="100px;" alt="Rose De Sicilia"/><br /><sub><b>Rose De Sicilia</b></sub></a><br /><a href="https://github.com/py-why/pywhy-llm/commits?author=RoseDeSicilia26" title="Code">💻</a></td>
116-
</tr>
117-
</tbody>
118-
</table>
119-
120-
<!-- markdownlint-restore -->
121-
<!-- prettier-ignore-end -->
122-
123-
<!-- ALL-CONTRIBUTORS-LIST:END -->
124-
125-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
95+
If you encounter an issue or have a specific request for DoWhy, please [raise an issue](https://github.com/py-why/pywhyllm/issues).

0 commit comments

Comments
 (0)