From 693fa1b637b4cb2eb3796a4ac1376baf0552b8d4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 Aug 2021 16:18:30 +0200 Subject: remove unused legacy attr.build_dtree code model.build_dtree does belong into attr, but that's a different commit --- lib/model.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/model.py') diff --git a/lib/model.py b/lib/model.py index c9b0e33..dc0cb4d 100644 --- a/lib/model.py +++ b/lib/model.py @@ -151,11 +151,6 @@ class AnalyticModel: paramstats.compute() - if not os.getenv("DFATOOL_NO_DECISIONTREES"): - for name in self.names: - for attr in self.attr_by_name[name].values(): - attr.build_dtree() - def attributes(self, name): return self.attr_by_name[name].keys() -- cgit v1.2.3