Skip to content

Commit 3439bed

Browse files
authored
Merge pull request #2 from comchangs/main
챕터 번호 변경
2 parents 18c8a1e + 79db6cb commit 3439bed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# 패스트캠퍼스 강의 예제
22
- [10개 프로젝트로 한 번에 끝내는 MLOps 파이프라인 구현](https://fastcampus.co.kr/data_online_mlopspj)
3-
- ```05. 금융 이상탐지 수행을 위한 MLOps 파이프라인 구축```
4-
- ```06. 금융 이상탐지 파이프라인의 효과적인 모니터링과 성능개선을 위한 환경 구성```
3+
- ```Part4-CH03. 금융 이상탐지 수행을 위한 MLOps 파이프라인 구축```
4+
- ```Part4-CH04. 금융 이상탐지 파이프라인의 효과적인 모니터링과 성능개선을 위한 환경 구성```
55

66
## Download sample datasets
77
1. 다운로드: [Fraudulent Transactions Data](https://www.kaggle.com/datasets/chitwanmanchanda/fraudulent-transactions-data) (Kaggle)
88
2. 받은 압축파일을 프로젝트 디렉토리로 이동
99
3. 압축파일명을 ```sample_data.zip```으로 변경
1010

1111
## Setting Hosts File
12-
### mlops_ch5
12+
### Part4-CH03
1313
```
1414
127.0.0.1 gitlab.mlops.io
1515
127.0.0.1 docker-registry.mlops.io
1616
127.0.0.1 airflow.mlops.io
1717
127.0.0.1 airflow-worker.mlops.io
1818
```
1919

20-
### mlops_ch6
20+
### Part4-CH04
2121
```
2222
127.0.0.1 mlflow.mlops.io
2323
127.0.0.1 grafana.mlops.io

0 commit comments

Comments
 (0)