We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1badaa5 commit e1b70a6Copy full SHA for e1b70a6
calm-experiments/experiments.py
@@ -568,7 +568,7 @@ def _run_train_test(
568
metric_results["num_interactions"] = model.interactions_info["leaf"] // 2
569
570
if method_type == "competitor":
571
- from calm.competitors import (
+ from effector.calm.competitors import (
572
EBM2Classifier,
573
EBM2Regressor,
574
NodeGAM2Classifier,
0 commit comments