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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Modified to enable the use of prior knowledge in the GPU-based DirectLiNGAM implementation. (#183)
Updated the utils.evaluate_model_fit function to re-estimate parameters when computing fit indices. (#184, thanks @nishikawa-screen)
Added support for causal explanation metrics based on LEWIS. (#186)
Examples
Updated the example notebook to visualize three types of distributions for estimated causal coefficients during bootstrapping: X->Y, Y->X, and no directed edge between X and Y. (#185, thanks @nishikawa-screen)
Code Fixes
Updated compatibility with changes to check_array arguments introduced in scikit-learn v1.8.
Installation
Improved the CI pipeline with the following changes: