Spaces:
Sleeping
Sleeping
File size: 1,548 Bytes
ad8da65 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
# Arthur User Guide ## {doc}`Basic Concepts <basic_concepts>` For beginners to Arthur, see our {doc}`basic_concepts` page for an introduction to Arthur and how Arthur's services support monitoring machine learning models. ## {doc}`Arthur Quickstart <arthur_quickstart>` The {doc}`arthur_quickstart` has ready-to-go code to create your first Arthur model. ## {doc}`Walkthroughs </user-guide/walkthroughs/index>` The {doc}`walkthroughs </user-guide/walkthroughs/index>` are detailed guides that cover onboarding complex models, setting up model alerts, and using Arthur enrichments to gain extra insights on model performance. ### {doc}`Model Onboarding </user-guide/walkthroughs/model-onboarding/index>` The {doc}`Model Onboarding walkthrough </user-guide/walkthroughs/model-onboarding/index>` is a good choice to start with: it covers everything you need to get your existing model integrated with Arthur. ## {doc}`API Query Guide <api-query-guide/index>` The {doc}`api-query-guide/index` shows how to use the Arthur API, a query engine that can request the information you need about your model's performance - efficiently and at scale. ## {doc}`Integrations <integrations/index>` Arthur offers {doc}`integrations <integrations/index>` with other services to make it easy for users to add Arthur to their stack. ```{toctree} :hidden: :maxdepth: 2 Basic Concepts <basic_concepts> Arthur Quickstart <arthur_quickstart> Walkthroughs <walkthroughs/index> API Query Guide <api-query-guide/index> Integrations <integrations/index> ``` |