Skip to content
Snippets Groups Projects

Draft: SaQC Machine Learning module

Closed Peter Lünenschloß requested to merge XGBimplementation into develop
Compare and
149 files
+ 4002
5
Compare changes
  • Side-by-side
  • Inline
Files
149
@@ -21,6 +21,7 @@ from saqc.core.modules.residuals import Residuals
from saqc.core.modules.rolling import Rolling
from saqc.core.modules.scores import Scores
from saqc.core.modules.tools import Tools
from saqc.core.modules.ml import Ml
from saqc.core.modules.transformation import Transformation
from saqc.core.register import FUNC_MAP
@@ -43,6 +44,7 @@ class FunctionsMixin(
Scores,
Tools,
Transformation,
Ml,
):
def _defer(self, fname, flocals):
flocals.pop("self", None)
Loading