From 4e5ffaf4cc13f48e4568aff47a1a0e735cef30ca Mon Sep 17 00:00:00 2001 From: meliurwen Date: Fri, 10 Feb 2023 14:11:43 +0100 Subject: [PATCH] Updated chi and f alphas --- benchmark.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark.py b/benchmark.py index 48e9fdf..a1f322f 100755 --- a/benchmark.py +++ b/benchmark.py @@ -39,8 +39,8 @@ def structure_constraint_based_estimation_example(): # that contains them and pass it as known_edges parameter se1 = StructureConstraintBasedEstimator( sample_path=s1, - exp_test_alfa=0.1, - chi_test_alfa=0.1, + exp_test_alfa=1e-6, + chi_test_alfa=1e-4, known_edges=[], thumb_threshold=25 )