unlearning CR
This commit is contained in:
@@ -149,7 +149,8 @@ class Model(ABC):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# 3. Delegate file tracking to isolated helper method
|
# 3. Delegate file tracking to isolated helper method
|
||||||
self._log_to_csv(mode, accuracy,report_dict)
|
#self._log_to_csv(mode, accuracy,report_dict)
|
||||||
|
return mode, accuracy, report_dict
|
||||||
|
|
||||||
|
|
||||||
def _log_to_csv(self, mode, accuracy, report_dict):
|
def _log_to_csv(self, mode, accuracy, report_dict):
|
||||||
|
|||||||
Reference in New Issue
Block a user