Skip to content

Commit ca91a9d

Browse files
committed
remove comment
1 parent 7c22797 commit ca91a9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eurybia/core/smartdrift.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ def _analyze_consistency(self, ignore_cols: list, full_validation: bool = False)
499499
)
500500
self.pb_cols = {"New columns": new_cols, "Removed columns": removed_cols, "Type errors": err_dtypes}
501501
self.err_mods = err_mods
502-
# return ({"New columns": new_cols, "Removed columns": removed_cols, "Type errors": err_dtypes}, err_mods)
503502

504503
def _predict(self, deployed_model: Any, encoding: Any = None) -> pd.DataFrame:
505504
"""Create an attributes df_predict with the computed score on both datasets

0 commit comments

Comments
 (0)