Fix typos, 'Falsificaton' -> 'Falsification'
Signed-off-by: Jon Cowie <jonlives@gmail.com>
This commit is contained in:
Родитель
fa1e7fcedb
Коммит
ec9ffca5ba
|
@ -66,7 +66,7 @@ make use of the evaluation module:
|
|||
|
||||
==== Evaluation of the Causal Graph Structure ====
|
||||
+-------------------------------------------------------------------------------------------------------+
|
||||
| Falsificaton Summary |
|
||||
| Falsification Summary |
|
||||
+-------------------------------------------------------------------------------------------------------+
|
||||
| The given DAG is not informative because 2 / 6 of the permutations lie in the Markov |
|
||||
| equivalence class of the given DAG (p-value: 0.33). |
|
||||
|
|
|
@ -191,7 +191,7 @@ performance and whether our assumptions hold:
|
|||
|
||||
==== Evaluation of the Causal Graph Structure ====
|
||||
+-------------------------------------------------------------------------------------------------------+
|
||||
| Falsificaton Summary |
|
||||
| Falsification Summary |
|
||||
+-------------------------------------------------------------------------------------------------------+
|
||||
| The given DAG is not informative because 2 / 6 of the permutations lie in the Markov |
|
||||
| equivalence class of the given DAG (p-value: 0.33). |
|
||||
|
|
|
@ -783,7 +783,7 @@ def plot_local_insights(
|
|||
|
||||
|
||||
def _generate_table(
|
||||
validation_repr, suggestion_repr, width=105, validation_name="Falsificaton Summary", suggestion_name="Suggestions"
|
||||
validation_repr, suggestion_repr, width=105, validation_name="Falsification Summary", suggestion_name="Suggestions"
|
||||
):
|
||||
# Create Validation header
|
||||
_repr = [
|
||||
|
|
Загрузка…
Ссылка в новой задаче