# Random Forest

#### Overall Goal <a href="#overall-goal" id="overall-goal"></a>

Now that you have attempted the [pipeline homework](/course/exercises/pipeline.md) this next one is meant to provide some deeper exposure to the classification workflow.

#### Getting Started <a href="#getting-started" id="getting-started"></a>

This exercise is setup using GitHub classroom. To attempt the assignment, use the following link:

<https://classroom.github.com/a/FdSmaVAL>

This should create a new private repository for you, which you can then clone and start working on. The process is a little easier than earlier - there are no auto-graded tests - you are more flexible this time to make changes to the code and then report your best accuracies and hyper-parameters in the #random channel on slack!&#x20;


---

# 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://ubern-mialab.gitbook.io/course/exercises/random-forest.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.
