https://github.com/parallel101/pythonguide
小彭老师:从Python开始的机器学习之旅
https://github.com/parallel101/pythonguide
Last synced: 2 months ago
JSON representation
小彭老师:从Python开始的机器学习之旅
- Host: GitHub
- URL: https://github.com/parallel101/pythonguide
- Owner: parallel101
- Created: 2025-10-25T04:53:42.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-10-25T06:23:36.000Z (2 months ago)
- Last Synced: 2025-10-25T08:23:30.920Z (2 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 小彭老师公开课:从Python开始的机器学习之旅
## 安装环境
```bash
python -m pip install -r requirements.txt
```
## 运行
```bash
python 01_titanic/test.py
```