Skip to content

Commit

Permalink
Merge pull request #100 from mschauer/mschauer-patch-2
Browse files Browse the repository at this point in the history
Remove "stable" claim
  • Loading branch information
mschauer authored Jul 26, 2023
2 parents 0ebf9b3 + dcd68cb commit a60db2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Julia package for causal inference, graphical models and structure learning.

This package contains code for the stable version of the PC algorithm and the extended FCI algorithm, the score based GES algorithm and adjustment set search.
This package contains code for the PC algorithm and the extended FCI algorithm, the score based GES algorithm and adjustment set search.

See the [documentation](https://mschauer.github.io/CausalInference.jl/latest/) for implemented functionality and [issue #1 (Roadmap/Contribution)](https://github.com/mschauer/CausalInference.jl/issues/1) for coordination of the development.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CausalInference.jl

A Julia package for causal inference, graphical models and structure learning. This package contains the stable PC algorithm [`pcalg`](@ref) and the extended FCI algorithm, as well as functionality to compute adjustment sets which can be used as control variables to compute causal effects by regression.
A Julia package for causal inference, graphical models and structure learning. This package contains the PC algorithm [`pcalg`](@ref) and the extended FCI algorithm, as well as functionality to compute adjustment sets which can be used as control variables to compute causal effects by regression.

## Introduction

Expand Down

0 comments on commit a60db2c

Please sign in to comment.