File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments