File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
- # lecture_fastcampus_mlops
1
+ # 패스트캠퍼스 강의 예제
2
+ - [ 10개 프로젝트로 한 번에 끝내는 MLOps 파이프라인 구현] ( https://fastcampus.co.kr/data_online_mlopspj )
3
+ - ``` 05. 금융 이상탐지 수행을 위한 MLOps 파이프라인 구축 ```
4
+ - ``` 06. 금융 이상탐지 파이프라인의 효과적인 모니터링과 성능개선을 위한 환경 구성 ```
2
5
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 ``` 으로 변경
9
10
10
- ## mlops_ch6
11
+ ## Setting Hosts File
12
+ ### mlops_ch5
13
+ ```
11
14
127.0.0.1 gitlab.mlops.io
12
15
127.0.0.1 docker-registry.mlops.io
13
16
127.0.0.1 airflow.mlops.io
14
17
127.0.0.1 airflow-worker.mlops.io
18
+ ```
19
+
20
+ ### mlops_ch6
21
+ ```
15
22
127.0.0.1 mlflow.mlops.io
16
23
127.0.0.1 grafana.mlops.io
24
+ 127.0.0.1 prometheus.mlops.io
17
25
127.0.0.1 minio.mlops.io
18
26
127.0.0.1 mlservice.mlops.io
27
+ ```
You can’t perform that action at this time.
0 commit comments