Contents Menu Expand Light mode Dark mode Auto light/dark mode
ML Model Manager Client documentation
ML Model Manager Client documentation

Contents

  • User’s Guide
    • Installation
    • Client Object
    • Functions Facade
    • Authentication
    • Downloaders
  • Tutorials
    • DGA domain classifier
    • DGA domain classifier (Keras-ONNX)
    • DGA domain scoring (GBM-ONNX)
    • Entity classification (kmeans-ONNX)
    • Entity classification with Flow
  • API Reference
    • devo_ml.modelmanager
    • devo_ml.modelmanager.api
    • devo_ml.modelmanager.auth
    • devo_ml.modelmanager.downloader
    • devo_ml.modelmanager.engines
    • devo_ml.modelmanager.error
    • devo_ml.modelmanager.profile
    • devo_ml.modelmanager.validator
Back to top

User’s Guide#

This section presents the features of the library, how to used it and how it can be customized and extended to meet new needs.

Contents

  • Installation
    • Requirements
    • Install
  • Client Object
    • Create
    • Adding Models
    • Querying Models
    • Legacy Client
    • Factories
  • Functions Facade
    • add_model(...)
    • get_model(...)
    • find_model(...)
    • get_models(...)
  • Authentication
    • StandAloneToken scheme
    • Bearer scheme
    • Authentication Factory
  • Downloaders
    • File System Downloader
    • Example AWS S3 Bucket Downloader
Next
Installation
Previous
Home
Copyright © 2022, Devo ML Team
Made with Sphinx and @pradyunsg's Furo