- Create virtual environment with
virtualenv .venv
. - Activate venv with
.venv\Scripts\activate.bat
. - Launch jupyter lab with
jupyter-lab
.
- basic data selection
- visualization
- pandas
- iris, zoo and autos datasets
- k-nearest neighbors
- kd-tree and ball tree
- generating n-dimensional data linearly separable
- generating checkerboard
- k-means
- fixing permutations - clusterization
- jaccard
- PCA visualization
- Gaussian Mixture
- Agglomerative Clustering
- zoo dataset
- image compression with clusterization
- markov model
- words as states
- letters as states
- prime ministers exposes dataset
- hidden markov model with https://github.com/maximtrp/mchmm
- weather dataset