Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Provide a way to revert an AD job to an empty snapshot #65431

Commits on Nov 24, 2020

  1. [ML] Provide a way to revert an AD job to an empty snapshot

    This commit adds a way to revert an anomaly detection job to
    the empty snapshot. Combining this with `delete_intervening_results`
    to `true`, the user can now reset the job and start over.
    
    The API call looks like this:
    
    POST _ml/anomaly_detectors/<job_id>/model_snapshots/empty/_revert
    dimitris-athanasiou committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    7f5935d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8a4a8 View commit details
    Browse the repository at this point in the history