This is a machine learning library that I've created to go over some of the fundamentals of ML using primarily TensorFlow.
Run python -r requirements.txt
to download the necessary modules.
After retrieving the necessary data for the eu4 processing files, you can run the main files, located in the base directory of the repo, to test certain models.
Inspiration and some small bits of code are taken from the Dive into Deep Learning TensorFlow code snippets, as well as this TensorFlow Project Template repo, found here.