# Lab Environment Setup

In this lab, you will be deploying the credit risk machine learning model from Watson Studio to the Watson Machine Learning service to get an online scoring endpoint. You will then enable and explore the different model characteristics you can monitor using Watson OpenScale.

![](/files/-LsaldsaQ60KRICNnmkX)

You will work in a Jupyter notebook on Watson studio to interact with the Machine Learning and OpenScale services.

As you enable and configure different monitoring capabilities, you will also use the Watson OpenScale web interface to visualize metrics being captured/calculated.

{% hint style="info" %}
The topology we are using in this lab is just one approach that is supported. See the [Wrap-up section](/openscale-lab/wrap-up.md) for resources on other deployment options.
{% endhint %}

{% hint style="info" %}
In this lab we are programmatically interacting with with Watson OpenScale and Watson Machine Learning through python client SDKs. This is not a requirement as these services provide web interface and REST APIs.
{% endhint %}


---

# 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://digidevcon.gitbook.io/openscale-lab/pre-requisites-1.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.
