implementing machine learning algorithms without libs
singularity image, including
- jupyter lab, monokai+, kite
- statsmodels
- sklearn
- other basic packages, eg. numpy, matplotlib, pandas, math
- Linear Regression
- Autoregression, AR
- Vector Autoregression with Exogenous variables, VARX
- Linear Discriminant Analysis, LDA
- Classification and Regression Tree, CART
- Naive Bayse, NB
- K-Nearest Neighbors, kNN
- Learning Vector Quantization, LVQ
- Support Vector Machine, SVM
- Random Forest (bagging decision trees), RF
- AdaBoost