pywhy-llm icon indicating copy to clipboard operation
pywhy-llm copied to clipboard

Experimental library integrating LLM capabilities to support causal analyses

Results 16 pywhy-llm issues
Sort by recently updated
recently updated
newest added

Missing setpu.py result in pip installation error. %sh pip install git+https://github.com/py-why/pywhy-llm.git Collecting git+https://github.com/py-why/pywhy-llm.git Cloning https://github.com/py-why/pywhy-llm.git to /tmp/pip-req-build-p93a9yat Running command git clone -q https://github.com/py-why/pywhy-llm.git /tmp/pip-req-build-p93a9yat Resolved https://github.com/py-why/pywhy-llm.git to commit 478ca8497116a534451249fdcbef7e2c8cbc178f ERROR:...

I would like to begin documentation of this project. Please let me know if there are any areas that would be best to start from.

The current API for suggesters depends on hard-coded prompt templates in prompts.py. However, users may want to slightly tweak those templates or propose their own. To make it simple, this...

Hi, Thank you very much for the contributions to integrate the power of large language models into causal analysis under the pywhy ecosystem! However, I am not able to pip...

enhancement

Hello there, It will be good to add a version of this that uses ollama to run a local LLM, e.g. Mixtral. Is there any interest with this? @emrekiciman @amit-sharma...

Hello, the code shows a lack of this module when loading. How should I solve it? from pywhyllm import ModelSuggester, IdentificationSuggester, ValidationSuggester Traceback (most recent call last): File "", line...

This PR upgrades the SimpleModelerSuggester class to use the latest guidance API. Once merged, we can apply the same updates to the identifier and validator.

- Created AugmentedModelSuggester class - Created utils folder with data_loader.py and augmented_model_suggester_utils.py - data_loader.py contains functions for loading the CauseNet-Precision dataset - augmented_model_suggester_utils.py contains functions for preparing and processing data...

Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies
python