File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 패스트캠퍼스 강의 예제
2
2
- [ 10개 프로젝트로 한 번에 끝내는 MLOps 파이프라인 구현] ( https://fastcampus.co.kr/data_online_mlopspj )
3
- - ``` 05 . 금융 이상탐지 수행을 위한 MLOps 파이프라인 구축```
4
- - ``` 06 . 금융 이상탐지 파이프라인의 효과적인 모니터링과 성능개선을 위한 환경 구성```
3
+ - ``` Part4-CH03 . 금융 이상탐지 수행을 위한 MLOps 파이프라인 구축```
4
+ - ``` Part4-CH04 . 금융 이상탐지 파이프라인의 효과적인 모니터링과 성능개선을 위한 환경 구성```
5
5
6
6
## Download sample datasets
7
7
1 . 다운로드: [ Fraudulent Transactions Data] ( https://www.kaggle.com/datasets/chitwanmanchanda/fraudulent-transactions-data ) (Kaggle)
8
8
2 . 받은 압축파일을 프로젝트 디렉토리로 이동
9
9
3 . 압축파일명을 ``` sample_data.zip ``` 으로 변경
10
10
11
11
## Setting Hosts File
12
- ### mlops_ch5
12
+ ### Part4-CH03
13
13
```
14
14
127.0.0.1 gitlab.mlops.io
15
15
127.0.0.1 docker-registry.mlops.io
16
16
127.0.0.1 airflow.mlops.io
17
17
127.0.0.1 airflow-worker.mlops.io
18
18
```
19
19
20
- ### mlops_ch6
20
+ ### Part4-CH04
21
21
```
22
22
127.0.0.1 mlflow.mlops.io
23
23
127.0.0.1 grafana.mlops.io
You can’t perform that action at this time.
0 commit comments