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

https://github.com/vevdokimovm/python-qa-course

Jupyter notebooks from a Python + Machine Learning course — sklearn, linear regression, data analysis
https://github.com/vevdokimovm/python-qa-course

data-science jupyter machine-learning python scikit-learn

Last synced: 5 days ago
JSON representation

Jupyter notebooks from a Python + Machine Learning course — sklearn, linear regression, data analysis

Awesome Lists containing this project

README

          

# python-qa-course

Jupyter notebooks and practice materials from a **Machine Learning with Python** course (Atom QA, 2020). Covers ML fundamentals and linear models using scikit-learn.

## Course Structure

| Week | Topic | Notebooks |
|------|-------|-----------|
| Week 1 | ML Introduction | `part_2_intro_to_sklearn.ipynb` |
| Week 2 | Linear Models | `part_1_linear_regression.ipynb` |

## Tech Stack

- Python 3.x
- Jupyter Notebook
- scikit-learn
- NumPy, Pandas, Matplotlib

## Getting Started

```bash
git clone https://github.com/vevdokimovm/python-qa-course.git
cd python-qa-course
pip install jupyter scikit-learn numpy pandas matplotlib
jupyter notebook
```

## License

MIT