causalnex icon indicating copy to clipboard operation
causalnex copied to clipboard

A Python library that helps data scientists to infer causation rather than observing correlation.

Results 55 causalnex issues
Sort by recently updated
recently updated
newest added

### Contact Details via github ### Feature Description user should be able to install causalnex under python 3.11 ### Why is this feature needed? to keep up with python versions,...

enhancement

### Contact Details _No response_ ### Short description of the problem here. fix typo in 04_user_guide.md ### CausalNex Version 0.12.1 ### Python Version 3.10 ### Relevant code snippet _No response_...

bug

### Contact Details [email protected] ### Short description of the problem here. Hi, I built a classification model based on the hybrid structural model learned from a dataset with 6 features...

bug

Update evaluation.py: Added a function to evaluate the performance of EM models on validation data using a specified metric. ## Motivation and Context This PR was created to add a...

## Motivation and Context Fix and prevent typos found via `codespell -S ./docs/source -L fro,jaques,fpr,te` ## How has this been tested? What testing strategies have you used? ## Checklist -...

### Contact Details [email protected] ### Short description of the problem here. When using GPU support via `from causalnex.structure.pytorch.notears import from_pandas`, an error occurs due to some `nn.Module` components not residing...

bug

### Contact Details [email protected] ### Feature Description When using `from causalnex.structure.pytorch.notears import from_pandas` for causal graph learning with GPU support, there is no option to set the `batch_size` for PyTorch....

enhancement

### Contact Details [email protected] ### Short description of the problem here. Pycharm encountered “ ModuleNotFoundError:No module named 'causalnex. structure'; ' Causalnex 'is not a package” while “from causalnex.structure import StructureModel“....

bug

### Contact Details [email protected] ### Short description of the problem here. I am unable to display images while using viz. show() ### CausalNex Version 0.12.0 ### Python Version 3.8 ###...

bug

## Description I was trying to determine a single latent variable in my model, and when I tried to run the EM algorithm using fit_latent_cpds, it sometimes throw random errors...