Skip to content

Releases: cdt15/lingam

v1.5.4

25 Jun 08:05
3792890
Compare
Choose a tag to compare

New Features

  • Added get_paths method to BootstrapResult that searches all paths between specified variables and outputs the bootstrap probability for each path in ICALiNGAM, DirectLiNGAM, MultiGroupDirectLiNGAM, BottomUpParceLiNGAM and RCD

v1.5.3

14 May 11:05
112f868
Compare
Choose a tag to compare

New Features

  • Changed to apply prior knowledge when pruning of adjacent matrix in DirectLiNGAM and BottomUpParceLiNGAM

Code Fixes

  • Corrected issubclass to isinstance in VARLiNGAM and VARMALiNGAM (#25)

v1.5.2

22 Feb 07:14
880561f
Compare
Choose a tag to compare

New Features

  • Modify algorithm for prior knowledge implemented in DirectLiNGAM and MultiGroupDirectLiNGAM
  • Add prior_knowledge option to specify prior knowledge to BottomUpParceLiNGAM

Installation

  • Add statsmodels to install_requires in setup.py(#22)

Code Fixes

  • Rename the function from BootstrapResult.get_causal_effects to BootstrapResult.get_total_causal_effects
  • Change the diagonal component of the prior knowledge matrix created by `utils.make_prior_knowledge from 0 to -1

v1.5.1

07 Jan 03:08
9b4353d
Compare
Choose a tag to compare
  • Add get_error_independence_p_values function to all algorithms
  • Changed to use Adaptive lasso when estimating the total effect

v1.5.0

14 Dec 10:41
f69f8be
Compare
Choose a tag to compare
  • Add RCD algorithm

v1.4.1

15 Oct 03:39
f9f75f2
Compare
Choose a tag to compare
  • Add regressor property to BottomUpParceLiNGAM
  • Add residuals property to VARLiNGAM and VARMALiNGAM
  • Change the behavior of CausalEffect.predict for LogisticRegression
  • Change alpha parameter of BottomUpParceLiNGAM to be able to specify 0
  • Add example notebooks

v1.4.0

28 Aug 01:11
d9ed2bf
Compare
Choose a tag to compare
  • Add BottomUpParceLiNGAM
  • Add check code to estimate_total_effect

v1.3.1

27 Jul 05:45
db7495b
Compare
Choose a tag to compare
  • Added BootstrapResult.get_causal_effects method to bootstrapping
  • Fixed LongitudinalLiNGAM
  • Improve the description of LongitudinalLiNGAM
  • Updated tutorials and examples
  • Added instructions on how to save the graphs to file

v1.3.0

26 Jun 10:39
04798a5
Compare
Choose a tag to compare
  • Added LongitudinalLiNGAM class for longitudinal datasets.
  • Added "measure" option in DirectLiNGAM.

v1.2.1

23 Apr 12:23
4092deb
Compare
Choose a tag to compare
  • Added get_probabilities method to BootstrapResult