Skip to content

Commit

Permalink
fix typo in 04_user_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dariodandrea committed Dec 1, 2023
1 parent 04caf1b commit b0efd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/04_user_guide/04_user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Once the graph has been determined, the `BayesianNetwork` can be initialised and

Maximum likelihood or Bayesian parameter estimation can be used for learning the CPDs.
> When learning CPDs of the BN,
> - The dicscretised data should be used (either high or low granularity of features and target variables can be used);
> - The discretised data should be used (either high or low granularity of features and target variables can be used);
> - Overfitting and underfitting of CPDs can be avoided with an appropriate train/test split of the data.
```python
Expand Down

0 comments on commit b0efd64

Please sign in to comment.