diff --git a/.gitignore b/.gitignore
index 93888b82a10aec59b9989b440482bce6eff946a2..ccdcf8cbb85eabba7c173c8d6b51838dff73d783 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@ evaluations/
 graphs/
 results/
 logs/
+__pycache__/
+*/__pycache__/
diff --git a/__pycache__/classify_mwl.cpython-38.pyc b/__pycache__/classify_mwl.cpython-38.pyc
deleted file mode 100644
index 09b64f5ee1dcdc8cc4937dbf92114d61ed50c8ae..0000000000000000000000000000000000000000
Binary files a/__pycache__/classify_mwl.cpython-38.pyc and /dev/null differ
diff --git a/__pycache__/config.cpython-38.pyc b/__pycache__/config.cpython-38.pyc
deleted file mode 100644
index d8e616259cf79c05b9bfeadef59abd66c919dd7c..0000000000000000000000000000000000000000
Binary files a/__pycache__/config.cpython-38.pyc and /dev/null differ
diff --git a/__pycache__/dsp_imu.cpython-38.pyc b/__pycache__/dsp_imu.cpython-38.pyc
deleted file mode 100644
index 7d4fd524a3c959608ead0092b7db37694151f7ef..0000000000000000000000000000000000000000
Binary files a/__pycache__/dsp_imu.cpython-38.pyc and /dev/null differ
diff --git a/__pycache__/ml.cpython-38.pyc b/__pycache__/ml.cpython-38.pyc
deleted file mode 100644
index 3c97555451d0b6360a1372dfd97b3c3a22270446..0000000000000000000000000000000000000000
Binary files a/__pycache__/ml.cpython-38.pyc and /dev/null differ
diff --git a/__pycache__/notebook.cpython-38.pyc b/__pycache__/notebook.cpython-38.pyc
deleted file mode 100644
index b00f0fcf7055c9be540f3d6b734ec2fad125b97e..0000000000000000000000000000000000000000
Binary files a/__pycache__/notebook.cpython-38.pyc and /dev/null differ
diff --git a/__pycache__/result_plots.cpython-38.pyc b/__pycache__/result_plots.cpython-38.pyc
deleted file mode 100644
index 27e34ef779b4c3cc67879ee3128e4adbfc56b5a5..0000000000000000000000000000000000000000
Binary files a/__pycache__/result_plots.cpython-38.pyc and /dev/null differ
diff --git a/__pycache__/run_experiments.cpython-38.pyc b/__pycache__/run_experiments.cpython-38.pyc
deleted file mode 100644
index 4a72f00f1dc70464449818075d63d0842616a6e8..0000000000000000000000000000000000000000
Binary files a/__pycache__/run_experiments.cpython-38.pyc and /dev/null differ
diff --git a/__pycache__/timeseriesai.cpython-38.pyc b/__pycache__/timeseriesai.cpython-38.pyc
deleted file mode 100644
index d5bf57261b544cf3bdaf95282952a0dbe38bd79b..0000000000000000000000000000000000000000
Binary files a/__pycache__/timeseriesai.cpython-38.pyc and /dev/null differ
diff --git a/__pycache__/transferlearning.cpython-38.pyc b/__pycache__/transferlearning.cpython-38.pyc
deleted file mode 100644
index 9716bef651c9a887d7b59ed347196289fa67886f..0000000000000000000000000000000000000000
Binary files a/__pycache__/transferlearning.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/ARDRegression.cpython-38.pyc b/models/__pycache__/ARDRegression.cpython-38.pyc
deleted file mode 100644
index eea18287aef7861159366578a91420a0b7af56e0..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/ARDRegression.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/Baseline.cpython-38.pyc b/models/__pycache__/Baseline.cpython-38.pyc
deleted file mode 100644
index 87e11715f06eef01d61e225746a540bac3b777b4..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/Baseline.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/DBSCAN.cpython-38.pyc b/models/__pycache__/DBSCAN.cpython-38.pyc
deleted file mode 100644
index 956444f2f3c8ebf31f6e9fcb259ba65f5cc639e8..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/DBSCAN.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/KCenterGreedy.cpython-38.pyc b/models/__pycache__/KCenterGreedy.cpython-38.pyc
deleted file mode 100644
index cc18c96528e1f7c58d50f20b499226c28246decc..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/KCenterGreedy.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/KMeans.cpython-38.pyc b/models/__pycache__/KMeans.cpython-38.pyc
deleted file mode 100644
index 594b6136c689cd2899ae9e9545e57e4b9fca672c..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/KMeans.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/KNN.cpython-38.pyc b/models/__pycache__/KNN.cpython-38.pyc
deleted file mode 100644
index c68b1a45afcc5607a8b122a78a58c024d4fc257a..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/KNN.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/LinearRegression.cpython-38.pyc b/models/__pycache__/LinearRegression.cpython-38.pyc
deleted file mode 100644
index 387421a43b732e90d9732d4ff1a730a2afcbbe59..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/LinearRegression.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/LogisticRegression.cpython-38.pyc b/models/__pycache__/LogisticRegression.cpython-38.pyc
deleted file mode 100644
index 70a008bc260877c663a7d57be47219e7b5caa0dc..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/LogisticRegression.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/NeuralNet.cpython-38.pyc b/models/__pycache__/NeuralNet.cpython-38.pyc
deleted file mode 100644
index ff9de5c78839068d54a8a21af8020262077e58d5..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/NeuralNet.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/RandomForest.cpython-38.pyc b/models/__pycache__/RandomForest.cpython-38.pyc
deleted file mode 100644
index ba8aa46cafa22366409de7779e92f896d5f80f33..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/RandomForest.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/RandomPredictor.cpython-38.pyc b/models/__pycache__/RandomPredictor.cpython-38.pyc
deleted file mode 100644
index 8a9716ddfad1c9bfe91e7035d91ca17650f42977..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/RandomPredictor.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/SVM.cpython-38.pyc b/models/__pycache__/SVM.cpython-38.pyc
deleted file mode 100644
index 9c00d371142998a6a02ef6c3d88f705dc8de4f11..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/SVM.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/SVR.cpython-38.pyc b/models/__pycache__/SVR.cpython-38.pyc
deleted file mode 100644
index 2eb07ff8382baac3365469324cdc9ffcc18c1dbe..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/SVR.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/ardregression.cpython-38.pyc b/models/__pycache__/ardregression.cpython-38.pyc
deleted file mode 100644
index 623dec49edcd93f7734e1624faade447c65721f8..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/ardregression.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/elasticnet.cpython-38.pyc b/models/__pycache__/elasticnet.cpython-38.pyc
deleted file mode 100644
index d0c83c0abefc1c8776068d987e4f095e7e2d26da..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/elasticnet.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/knn.cpython-38.pyc b/models/__pycache__/knn.cpython-38.pyc
deleted file mode 100644
index a274e6e23cb14cdf25a14d6b68a0b165a2ae3e51..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/knn.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/lda.cpython-38.pyc b/models/__pycache__/lda.cpython-38.pyc
deleted file mode 100644
index 5231a52ca76b1fdedac034d67c4e2bd4759ab679..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/lda.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/linearregression.cpython-38.pyc b/models/__pycache__/linearregression.cpython-38.pyc
deleted file mode 100644
index 5af69ede993292168663e1df6cdf342d2e918b5b..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/linearregression.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/logisticregression.cpython-38.pyc b/models/__pycache__/logisticregression.cpython-38.pyc
deleted file mode 100644
index 1123200fa3a91bcd964aadab525b1a2ca168260c..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/logisticregression.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/lstm.cpython-38.pyc b/models/__pycache__/lstm.cpython-38.pyc
deleted file mode 100644
index 618b3c5cfa8a0fb6f8584bc1adb80a27731925f9..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/lstm.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/neuralnet.cpython-38.pyc b/models/__pycache__/neuralnet.cpython-38.pyc
deleted file mode 100644
index 682fd872d624cdd604379504894e89096240c244..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/neuralnet.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/resnet.cpython-38.pyc b/models/__pycache__/resnet.cpython-38.pyc
deleted file mode 100644
index ff17be87b4954de445b870d25f0cf8f6bd67ad48..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/resnet.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/ridgeclass.cpython-38.pyc b/models/__pycache__/ridgeclass.cpython-38.pyc
deleted file mode 100644
index 6cb74a1220e288f5ef83b1e9b349edb87b6e0ff6..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/ridgeclass.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/svm.cpython-38.pyc b/models/__pycache__/svm.cpython-38.pyc
deleted file mode 100644
index c7a4837d50c610588b2c2fd7cb525e3d66719b45..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/svm.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/svr.cpython-38.pyc b/models/__pycache__/svr.cpython-38.pyc
deleted file mode 100644
index 42f47b85e381881482dc4bdebc4ccaae6189656e..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/svr.cpython-38.pyc and /dev/null differ
diff --git a/models/__pycache__/xgboostclass.cpython-38.pyc b/models/__pycache__/xgboostclass.cpython-38.pyc
deleted file mode 100644
index 64985e5a3d5d0000725338d7d6a4ebda1faa7123..0000000000000000000000000000000000000000
Binary files a/models/__pycache__/xgboostclass.cpython-38.pyc and /dev/null differ
diff --git a/modules/__pycache__/AnimationPlotter.cpython-38.pyc b/modules/__pycache__/AnimationPlotter.cpython-38.pyc
deleted file mode 100644
index 99c251bea35e52a6ebf4c28ec419e9c0961a4558..0000000000000000000000000000000000000000
Binary files a/modules/__pycache__/AnimationPlotter.cpython-38.pyc and /dev/null differ
diff --git a/modules/__pycache__/DataPipeline.cpython-38.pyc b/modules/__pycache__/DataPipeline.cpython-38.pyc
deleted file mode 100644
index 21455013674678c30ad9813aeee75ed6ab84bd4b..0000000000000000000000000000000000000000
Binary files a/modules/__pycache__/DataPipeline.cpython-38.pyc and /dev/null differ
diff --git a/modules/__pycache__/DigitalSignalProcessing.cpython-38.pyc b/modules/__pycache__/DigitalSignalProcessing.cpython-38.pyc
deleted file mode 100644
index cc7721902e77e48d2f86342488f17daa351b5106..0000000000000000000000000000000000000000
Binary files a/modules/__pycache__/DigitalSignalProcessing.cpython-38.pyc and /dev/null differ
diff --git a/modules/__pycache__/Evaluations.cpython-38.pyc b/modules/__pycache__/Evaluations.cpython-38.pyc
deleted file mode 100644
index 30e9a329846c6b25692e5a60995a168b521b97b9..0000000000000000000000000000000000000000
Binary files a/modules/__pycache__/Evaluations.cpython-38.pyc and /dev/null differ
diff --git a/modules/__pycache__/animationplotter.cpython-38.pyc b/modules/__pycache__/animationplotter.cpython-38.pyc
deleted file mode 100644
index 830413856b831678e2d5bae37a570ff93476b6b3..0000000000000000000000000000000000000000
Binary files a/modules/__pycache__/animationplotter.cpython-38.pyc and /dev/null differ
diff --git a/modules/__pycache__/datapipeline.cpython-38.pyc b/modules/__pycache__/datapipeline.cpython-38.pyc
deleted file mode 100644
index 112731661244257e314c326704b0de1742c5608c..0000000000000000000000000000000000000000
Binary files a/modules/__pycache__/datapipeline.cpython-38.pyc and /dev/null differ
diff --git a/modules/__pycache__/digitalsignalprocessing.cpython-38.pyc b/modules/__pycache__/digitalsignalprocessing.cpython-38.pyc
deleted file mode 100644
index cbd6bb34c2066488d75b0894e6ef05efcee99b3a..0000000000000000000000000000000000000000
Binary files a/modules/__pycache__/digitalsignalprocessing.cpython-38.pyc and /dev/null differ
diff --git a/modules/__pycache__/evaluations.cpython-38.pyc b/modules/__pycache__/evaluations.cpython-38.pyc
deleted file mode 100644
index 1e72d2c91b98da466c7b08f0bb2136901b06b1b8..0000000000000000000000000000000000000000
Binary files a/modules/__pycache__/evaluations.cpython-38.pyc and /dev/null differ
diff --git a/modules/__pycache__/utils.cpython-38.pyc b/modules/__pycache__/utils.cpython-38.pyc
deleted file mode 100644
index b33d8e0b67828c2e0c10591ec40526fbe33e3837..0000000000000000000000000000000000000000
Binary files a/modules/__pycache__/utils.cpython-38.pyc and /dev/null differ