Stored in this repository are solutions to programming tasks completed as part of Introduction to Machine Learning (PL: Wstęp do uczenia maszynowego) course in winter semester 2022/2023. Topics covered:
- Decision trees
- Crossvalidation
- Logistic regression, ROC & AUC
- Logistic regression regularization
- Logistic regression for small datasets, LDA
- QDA, Naive Bayes
- Loss functions, SVM
- kNN, missing values, outliers
- Discretization, pipelines
- Feature selection, PCA
- Neural Networks
- Ensemble methods
- Clustering methods