Skip to content

Commit 8364ad3

Browse files
committed
small typo
1 parent 8d6b92d commit 8364ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ TikzPictures.save(SVG("plot10"), plot) # hide
360360

361361
# Bayesian Score for a Network Structure
362362

363-
The bayesian score for a discrete-valued BayesNet can can be calculated based only on the structure and data (the CPDs do not need to be defined beforehand). This is implemented with a method of ``bayesian_score`` that takes in a directed graph, the names of the nodes and data.
363+
The bayesian score for a discrete-valued BayesNet can can be calculated based only on the structure and data (the CPDs do not need to be defined beforehand). This is implemented with a method of `bayesian_score` that takes in a directed graph, the names of the nodes and data.
364364

365365
```@example bayesnet
366366
data = DataFrame(c=[1,1,1,1,2,2,2,2,3,3,3,3],

0 commit comments

Comments
 (0)