An open API service indexing awesome lists of open source software.

https://github.com/parallel101/pythonguide

小彭老师:从Python开始的机器学习之旅
https://github.com/parallel101/pythonguide

Last synced: 2 months ago
JSON representation

小彭老师:从Python开始的机器学习之旅

Awesome Lists containing this project

README

          

# 小彭老师公开课:从Python开始的机器学习之旅

## 安装环境

```bash
python -m pip install -r requirements.txt
```

## 运行

```bash
python 01_titanic/test.py
```