py-why / pywhy-llm

Experimental library integrating LLM capabilities to support causal analyses
MIT License
79 stars 12 forks source link

added environment and setup.py #11

Closed antonkulaga closed 11 months ago

antonkulaga commented 1 year ago

I added conda/micromamba environment with dependencies, setup.py and fixes for imports.

emrekiciman commented 1 year ago

Hi @antonkulaga thank you for this PR. It'd be really nice to get this setup.py and yaml put together for this project. I appreciate it. Thanks also for the clean up of the imports in the suggesters/*_suggester.py files too!

Unfortunately, the most recent PR #9 created some conflicts (mostly removed notebooks). Also, the developer-certificate-of-origin (DCO) check failed. The details for the error message describe how to fix that: https://github.com/py-why/pywhy-llm/pull/11/checks?check_run_id=16523190155

thanks, Emre

emrekiciman commented 11 months ago

Hi @antonkulaga , I'm going to close this PR as it is stale now, but feel free to reopen it to address conflicts. It'd be great to have your participation as this library continues development. Thank you very much