Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

causy

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

causy - npm Package Compare versions

Comparing version
0.1.42
to
0.1.43
+1
-1
causy/causal_discovery/constraint/algorithms/pc.py

@@ -38,3 +38,3 @@ from causy.causal_effect_estimation.multivariate_regression import (

PC_DEFAULT_THRESHOLD = 0.005
PC_DEFAULT_THRESHOLD = 0.05

@@ -41,0 +41,0 @@ PC_ORIENTATION_RULES = [

@@ -259,3 +259,6 @@ import enum

action=TestResultAction.DO_NOTHING,
data={"orientation_conflict": True},
data={
"orientation_conflict": True,
"between": {"x": x, "y": y, "z": z},
},
)

@@ -266,3 +269,3 @@ return TestResult(

action=TestResultAction.REMOVE_EDGE_DIRECTED,
data={},
data={"between": {"x": x, "y": y, "z": z}},
)

@@ -282,3 +285,6 @@

action=TestResultAction.DO_NOTHING,
data={"orientation_conflict": True},
data={
"orientation_conflict": True,
"between": {"x": x, "y": y, "z": z},
},
)

@@ -332,3 +338,3 @@ return TestResult(

action=TestResultAction.REMOVE_EDGE_DIRECTED,
data={},
data={"between": {"x": x, "y": y, "z": z}},
)

@@ -346,3 +352,3 @@ )

action=TestResultAction.REMOVE_EDGE_DIRECTED,
data={},
data={"between": {"x": x, "y": y, "z": z}},
)

@@ -349,0 +355,0 @@ )

Metadata-Version: 2.1
Name: causy
Version: 0.1.42
Version: 0.1.43
Summary: Causal discovery made easy.

@@ -5,0 +5,0 @@ License: MIT