Lab №1 Metric classification algorithms
To run:
- Naive Bayes Classifier: python lab1_bayes.py
- K-Nearest Neighbor Classifier: python lab1_neighbors.py
Lab №2 Decision tree
To run:
- python lab2.py
Lab №3 Methods of discriminant analysis
To run:
- python lab3.py