> For the complete documentation index, see [llms.txt](https://air-pro.gitbook.io/air-delay-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://air-pro.gitbook.io/air-delay-project/undefined-3/untitled-1.md).

# 3차 모델 테스트

## 사용된 모델 및 데이터 셋

학습에 사용된 데이터는 4차 전처리 과정에서 도출된 데이터를 사용하였다.

{% content-ref url="/pages/-Lm8B2khuO8TnqFT37hP" %}
[4차 전처리 과정](/air-delay-project/undefined-2/undefined-3/4.md)
{% endcontent-ref %}

2차 테스트와 동일하게 랜덤 포레스트 알고리즘을 사용하였으나, 조금씩 하이퍼 파라미터를 조정하여 그 중, 비교적 준수한 결과를 가진 모델을 바탕으로 테스트를 수행하였다.

```coffeescript
random_forest = RandomForestClassifier(
                               n_estimators=est, 
                               min_samples_leaf=3)
```

## 실행 결과

![](/files/-Lm8GV8x40xYgRiJJJeH)

## 결과 해석 및 회고

2차 테스트에 비하여 presicion 수치가 높게 측정된 반면, recall 수치가 낮게 측정되었다. &#x20;


---

# 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://air-pro.gitbook.io/air-delay-project/undefined-3/untitled-1.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.
