Skip to content

Commit 1e7e86c

Browse files
committed
Merge branch 'main' into ch06
2 parents 3a0d433 + 59a9303 commit 1e7e86c

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

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

3-
# Setting Hosts File
4-
# mlops_ch5
5-
127.0.0.1 gitlab.mlops.io
6-
127.0.0.1 docker-registry.mlops.io
7-
127.0.0.1 airflow.mlops.io
8-
127.0.0.1 airflow-worker.mlops.io
6+
## Download sample datasets
7+
1. 다운로드: [Fraudulent Transactions Data](https://www.kaggle.com/datasets/chitwanmanchanda/fraudulent-transactions-data) (Kaggle)
8+
2. 받은 압축파일을 프로젝트 디렉토리로 이동
9+
3. 압축파일명을 ```sample_data.zip```으로 변경
910

10-
## mlops_ch6
11+
## Setting Hosts File
12+
### mlops_ch5
13+
```
1114
127.0.0.1 gitlab.mlops.io
1215
127.0.0.1 docker-registry.mlops.io
1316
127.0.0.1 airflow.mlops.io
1417
127.0.0.1 airflow-worker.mlops.io
18+
```
19+
20+
### mlops_ch6
21+
```
1522
127.0.0.1 mlflow.mlops.io
1623
127.0.0.1 grafana.mlops.io
24+
127.0.0.1 prometheus.mlops.io
1725
127.0.0.1 minio.mlops.io
1826
127.0.0.1 mlservice.mlops.io
27+
```

0 commit comments

Comments
 (0)