Skip to content

Commit 6da32ca

Browse files
committed
add readme file
1 parent 6b3b72e commit 6da32ca

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Python-Statistics
2-
Examples on Descriptive Statistics and Linear Algebra in Python
2+
Examples on Descriptive Statistics, Probability theory and Linear Algebra in Python.
33

4-
## Iris Datasets
4+
5+
## Tutorials:
6+
7+
We have the following tutorials:
8+
9+
1. [Basic Descriptive Statistics](/presentation.ipynb)
10+
2. [Linear Algebra](/linear_algebra.ipynb)
11+
12+
## Datasets
513

6-
You can get it either from:
7-
8-
1. `scikit-learn` datasets as follows:
9-
```python
10-
from sklearn import datasets
11-
iris = datasets.load_iris()
12-
```
13-
2. Download it from its official website:
14-
[Iris dataset](https://archive.ics.uci.edu/ml/datasets/iris)
14+
We are using
15+
16+
1. [Iris dataset](https://archive.ics.uci.edu/ml/datasets/iris)
17+
18+
2. [KNMI dataset](https://www.knmi.nl/climatology/daily_data/download.html). a daily measure of weather info from plants across Netherlands.

0 commit comments

Comments
 (0)