https://github.com/a920604a/mlops-zoomcamp-2025
https://github.com/a920604a/mlops-zoomcamp-2025
airflow evidently grafana perfect
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/a920604a/mlops-zoomcamp-2025
- Owner: a920604a
- Created: 2025-04-21T08:33:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-30T07:19:20.000Z (11 months ago)
- Last Synced: 2025-06-30T08:31:02.069Z (11 months ago)
- Topics: airflow, evidently, grafana, perfect
- Language: Jupyter Notebook
- Homepage: https://github.com/DataTalksClub/mlops-zoomcamp
- Size: 19.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mlops-zoomcamp-2025
## 下載並安裝 Python 的 Anaconda 發行版
```
wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh
bash Anaconda3-2022.05-Linux-x86_64.sh
export PATH=~/anaconda3/bin:$PATH
source ~/.bashrc
conda create --name mlops python=3.11
```
```
curl -O https://repo.anaconda.com/archive/Anaconda3-2022.05-MacOSX-x86_64.sh
bash Anaconda3-2022.05-MacOSX-x86_64.sh
echo 'export PATH="/Users/chenyuan/anaconda3/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
conda create --name mlops python=3.11
```