Source code for my Master's Thesis computations and visualizations.
In the src folder.
fetch.ipynbcontains the code necessary to fetch the data from the ElasticSearch database.exploration.ipynbincludes the exploratory data analysis execution.preprocessing.ipynbcontains the preprocessing of the data into the state before clustering.application.ipynbincludes the execution of the clustering and outlier detection algorithms on the preprocessed data.evaluation.ipynbcontains the assessment of the three clusterings with visual projections.requirements.txtcontains the Python libraries required for execution.