> For the complete documentation index, see [llms.txt](https://guap.gitbook.io/guap-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guap.gitbook.io/guap-docs/master.md).

# Welcome aboard!

## guap, you said?

![](/files/-MaYhQpQDcEp46cqNLvF)

**guap** is an open-source python package that helps data teams to get ML evaluation metrics everyone can agree on by converting your model output to business outcomes, a.k.a. profits.

We truly believe that **linking business to data science is the more critical aspect to achieve success in AI/ML.** So our mission is to align all stakeholders with measurable business outcomes and the trustworthiness of results by including the three core teams — business, data science, and IT — throughout the ML lifecycle. With a product, a data scientist AND an executive will love to use it.

* Make collaboration healthier and clearer between tech and non-tech people
* Make better decisions at every stage of the ML project lifecycle

And it starts with a simple way to estimate the expected profit/cost of a model based on its confusion matrix.

Convinced? Hit the next page to learn how to get started. Hurry up, money don't sleep 🤓

{% content-ref url="/pages/-M\_vKXcvLtxmpYbYa50M" %}
[Getting started](/guap-docs/getting-started/install-guap.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guap.gitbook.io/guap-docs/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
