Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SaQC SaQC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • rdm-software
  • SaQCSaQC
  • Merge requests
  • !455

Draft: SaQC Machine Learning module

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Peter Lünenschloß requested to merge XGBimplementation into develop Apr 05, 2022
  • Overview 71
  • Commits 54
  • Pipelines 23
  • Changes 788

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 explain target data by field data and store the model together with its configuration to a model folder

  • ml.modelPredict: use stored model to predict field (processing function)

  • ml.modelFlag: use stored (binary classification) model to flag field. (flagging dunction)

  • ml.modelImpute: use stored model to apply imputation to field

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 Apr 05, 2022 by Peter Lünenschloß
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: XGBimplementation