attcks
This commit is contained in:
@@ -126,7 +126,7 @@ class WeightFiltration(Strategy):
|
||||
print(f"Gating matrix loaded. Switching layout to target class index: {self.target_class_index}")
|
||||
self.wf_model.target_class_index = self.target_class_index
|
||||
|
||||
return self.wf_model.get()
|
||||
return self.wf_model
|
||||
|
||||
def _split_data(self, dataset):
|
||||
return vertical_split(
|
||||
|
||||
Reference in New Issue
Block a user