About | Research | Teaching | Blog | Tags | Contact

Macroaveraged MAE and RMSE for ordinal classification in Python

Python functions to calculate macroaveraged MAE and RMSE for ordinal classification.


Directional Accuracy Score and Pesaran-Timmermann test in Python

A Python function to calculate the Directional Accuracy Score and Pesaran-Timmermann statistic.


Semantic clustering of words with MajorClust and word2vec

An example applying MajorClust to build semantic clusters of words. The MajorClust code with scikit-learn API can be found here.