Skip to content

Commit

Permalink
Merge pull request #101 from y-takashina/develop
Browse files Browse the repository at this point in the history
Fixed docstring
  • Loading branch information
ytakashina committed Oct 18, 2018
2 parents b125b46 + e92ad3c commit f0e08f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depynd/markov_networks/_gsmple.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _gsmple(X, lamb=0.0, **kwargs):
References
----------
.. [takashina2018structure] Takashina, Yuya, et al. "Structure Learning of Markov Random Fields through Grow-Shrink
Maximum Pseudolikelihood Estimation." Eighth International Workshop on Statistical Relational AI (2018).
Maximum Pseudolikelihood Estimation." Eighth International Workshop on Statistical Relational AI (2018).
"""
n, d = X.shape
adj = np.zeros([d, d], dtype=bool)
Expand Down

0 comments on commit f0e08f8

Please sign in to comment.