Skip to content

Commit e1b70a6

Browse files
committed
correct calm import
1 parent 1badaa5 commit e1b70a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calm-experiments/experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def _run_train_test(
568568
metric_results["num_interactions"] = model.interactions_info["leaf"] // 2
569569

570570
if method_type == "competitor":
571-
from calm.competitors import (
571+
from effector.calm.competitors import (
572572
EBM2Classifier,
573573
EBM2Regressor,
574574
NodeGAM2Classifier,

0 commit comments

Comments
 (0)