Skip to content

Commit e5e76e6

Browse files
committed
quick update on docs and setup
1 parent fff828d commit e5e76e6

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

docs/source/score_functions_index/bdeu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Usage
88
--------
99
.. code-block:: python
1010
11-
from causallearn.score.LocalScoreFunction import local_score_bdeu
12-
score = local_score_bdeu(Data, i, PAi, parameters)
11+
from causallearn.score.LocalScoreFunction import local_score_BDeu
12+
score = local_score_BDeu(Data, i, PAi, parameters)
1313
1414
1515
Parameters

docs/source/score_functions_index/bic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Usage
88
--------
99
.. code-block:: python
1010
11-
from causallearn.score.LocalScoreFunction import local_score_bic
12-
score = local_score_bic(Data, i, PAi, parameters)
11+
from causallearn.score.LocalScoreFunction import local_score_BIC
12+
score = local_score_BIC(Data, i, PAi, parameters)
1313
1414
1515
Parameters

docs/source/search_methods_index/Score-based causal discovery methods/GES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ and n_features is the number of features.
4545
**score_func**: The score function you would like to use, including (see :ref:`score_functions`.). Default: 'local_score_BIC'.
4646
- ":ref:`local_score_BIC <BIC score>`": BIC score [3]_.
4747
- ":ref:`local_score_BDeu <BDeu score>`": BDeu score [4]_.
48-
- ":ref:`local_score_CV_general <Generalized score with cross validation>`": Generalized score with cross validation for data with single-dimensional variables [2]_.
48+
- ":ref:`local_score_cv_general <Generalized score with cross validation>`": Generalized score with cross validation for data with single-dimensional variables [2]_.
4949
- ":ref:`local_score_marginal_general <Generalized score with marginal likelihood>`": Generalized score with marginal likelihood for data with single-dimensional variables [2]_.
50-
- ":ref:`local_score_CV_multi <Generalized score with cross validation>`": Generalized score with cross validation for data with multi-dimensional variables [2]_.
50+
- ":ref:`local_score_cv_multi <Generalized score with cross validation>`": Generalized score with cross validation for data with multi-dimensional variables [2]_.
5151
- ":ref:`local_score_marginal_multi <Generalized score with marginal likelihood>`": Generalized score with marginal likelihood for data with multi-dimensional variables [2]_.
5252

5353
**maxP**: Allowed maximum number of parents when searching the graph. Default: None.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
packages=setuptools.find_packages(),
2929
classifiers=[
3030
'Programming Language :: Python :: 3',
31-
'License :: OSI Approved :: MIT License (MIT)',
31+
'License :: OSI Approved :: MIT License',
3232
'Operating System :: OS Independent',
3333
],
34-
python_requires='>=3.6',
34+
python_requires='>=3.7',
3535
)
6.13 KB
Binary file not shown.
4.79 KB
Binary file not shown.
22.4 KB
Binary file not shown.
133 Bytes
Binary file not shown.
3.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)