# 5.5. Design a custom test suite with Evidently \[CODE PRACTICE]

{% embed url="<https://youtu.be/aE9ZlhaQ1fk?si=RLaXzZ3Jmi4nrPrn>" %}

**Video 5**. [Design a custom test suite with Evidently \[CODE PRACTICE\]](https://youtu.be/aE9ZlhaQ1fk?si=RLaXzZ3Jmi4nrPrn), by Emeli Dral

In this video, we show how to create a custom Test Suite from individual tests and pass custom test conditions.

**Want to go straight to code?** Here is the [example notebook](https://github.com/evidentlyai/ml_observability_course/blob/main/module5/custome_suite_practice.ipynb) to follow along.

**Link to docs:** [custom test suite](https://docs.evidentlyai.com/user-guide/tests-and-reports/custom-test-suite)

**Outline:**\
[00:00](https://www.youtube.com/watch?v=aE9ZlhaQ1fk\&t=0s) Introduction\
[00:50](https://www.youtube.com/watch?v=aE9ZlhaQ1fk\&t=50s) Imports, data loading and prep\
[03:05](https://www.youtube.com/watch?v=aE9ZlhaQ1fk\&t=185s) Load model and get predictions\
[04:26](https://www.youtube.com/watch?v=aE9ZlhaQ1fk\&t=266s) Create a custom test suite\
[09:06](https://www.youtube.com/watch?v=aE9ZlhaQ1fk\&t=546s) View the test results\
[10:04](https://www.youtube.com/watch?v=aE9ZlhaQ1fk\&t=604s) Run the test suite without reference data\
[12:59](https://www.youtube.com/watch?v=aE9ZlhaQ1fk\&t=779s) Recap and what's next


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.evidentlyai.com/ml-observability-course/module-5-ml-pipelines-validation-and-testing/design-custom-test-suite-evidently-code-practice.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
