-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
57 lines (48 loc) · 1.29 KB
/
index.qmd
File metadata and controls
57 lines (48 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
title: "Data Science with Python"
---
## Objectives
By the end of the course you should:
- Be able to perform basic data analysis using Python
- Have basic understanding of the machine learning process
- Know how to share reproducible results from data analysis
- Have gained familiarity with some important topics in data such as data versioning
## Prerequisites
- An appetite for learning
- Commitment to pursue your learning goals
## Course outline
### Python fundamentals
- Data types
- Operators
- Variables
- Introduction to functions
- Reading and writing files
- Error handling
- Imports
- Iteration
- Flow control
### Data visualisation
- Review of graphical EDA techniques
- Histogram
- Box plot
- Scatterplot
- Line plot
- Bar plot
- Reading data from flat files with pandas
- Automated EDA with pandas-profiling
- Creating static plots with seaborn and matplotlib
### Data analysis
- Aggregating data
- Merging data
- Data cleaning
### Introduction to machine learning
- The machine learning landscape
- Supervised learning with tabular data
- Regression analysis
- Classification
### Miscellaneous
- Communicating results with Quarto
- Tracking machine learning experiments with MLflow
- Version control with Git and GitHub
- Data versioning with DVC
### Capstone project