Draft: SaQC Machine Learning module
Module trying to make machine learning on timeseries do able in two liners.
Implements saqc.funcs.ml module, containing:
-
ml.trainModel: Fit a model to explaintargetdata byfielddata and store the model together with its configuration to a model folder -
ml.modelPredict: use stored model to predictfield(processing function) -
ml.modelFlag: use stored (binary classification) model to flag field. (flagging dunction) -
ml.modelImpute: use stored model to apply imputation tofield
Currently the Pipeline fails, because of a deprecation warning caused by a package (SHAP), wich is used by the Auto tuner Module (mljar-upervised).
Edited by Peter Lünenschloß