diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index bf15cb2f5..000000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitattributes b/.gitattributes index c772238ab..073408965 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,3 @@ Data/Raw/modcloth_final_data.json filter=lfs diff=lfs merge=lfs -text Data/Raw/renttherunway_final_data.json filter=lfs diff=lfs merge=lfs -text *.csv filter=lfs diff=lfs merge=lfs -text -Models/bagging_simple_classifier.joblib filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..31dba2109 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Virtual environment (already committed historically; kept out of new commits) +venvfit/ + +# macOS +.DS_Store +**/.DS_Store + +# Python +__pycache__/ +*.pyc +*.pyo +.ipynb_checkpoints/ + +# Data — regenerable via src/download_data.py + src/data_cleaning.py + the notebooks +Data/Raw/ +Data/Processed/ + +# Trained model artifacts — regenerable by running the Phase 2 notebooks +Models/ diff --git a/Data/Processed/Supervised_Outputs/bagging_feature_names.csv b/Data/Processed/Supervised_Outputs/bagging_feature_names.csv deleted file mode 100644 index 32e0736eb..000000000 --- a/Data/Processed/Supervised_Outputs/bagging_feature_names.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50041a34b401cac3f50240d97f477693133b9319997fa923a2c6a408018a4cb8 -size 1909 diff --git a/Data/Processed/Supervised_Outputs/bagging_fit_probabilities.csv b/Data/Processed/Supervised_Outputs/bagging_fit_probabilities.csv deleted file mode 100644 index 6061c5a16..000000000 --- a/Data/Processed/Supervised_Outputs/bagging_fit_probabilities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88b4861625d7ac9440a958e9d5bfc3ea9950d0fee74c64785d298ec27e14561c -size 63086622 diff --git a/Data/Processed/Supervised_Outputs/bagging_simple_predictions.csv b/Data/Processed/Supervised_Outputs/bagging_simple_predictions.csv deleted file mode 100644 index d7d8aabb3..000000000 --- a/Data/Processed/Supervised_Outputs/bagging_simple_predictions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e90ab62689eed81efcea4773659932906c8ca101f6e63dec5ec331062b060477 -size 563690 diff --git a/Data/Processed/Supervised_Outputs/cart_feature_importances.csv b/Data/Processed/Supervised_Outputs/cart_feature_importances.csv deleted file mode 100644 index c24d33916..000000000 --- a/Data/Processed/Supervised_Outputs/cart_feature_importances.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a107ab5173cfef9723a399ba7074314c10acef695518f1e471c03c218e47028 -size 634 diff --git a/Data/Processed/Supervised_Outputs/cart_fit_probabilities.csv b/Data/Processed/Supervised_Outputs/cart_fit_probabilities.csv deleted file mode 100644 index c5bb15dcd..000000000 --- a/Data/Processed/Supervised_Outputs/cart_fit_probabilities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dc7965df418dfb835a1fe080525c7b49a3b120abd39617df0be146728bf88cc -size 18607394 diff --git a/Data/Processed/Supervised_Outputs/cart_simple_predictions.csv b/Data/Processed/Supervised_Outputs/cart_simple_predictions.csv deleted file mode 100644 index dfe400c2d..000000000 --- a/Data/Processed/Supervised_Outputs/cart_simple_predictions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7e514750cd90261f0658e655a79aa496432304d924815b6d0312e596ee9b1cc -size 563690 diff --git a/Data/Processed/Supervised_Outputs/comparison_rtr_vs_simple.csv b/Data/Processed/Supervised_Outputs/comparison_rtr_vs_simple.csv deleted file mode 100644 index cf1399e19..000000000 --- a/Data/Processed/Supervised_Outputs/comparison_rtr_vs_simple.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8ffbc407670a6bfa4740017f7afaa6c5d2b8888ff643d48fb573ffeca873e63 -size 692 diff --git a/Data/Processed/Supervised_Outputs/kernel_svm_feature_names.csv b/Data/Processed/Supervised_Outputs/kernel_svm_feature_names.csv deleted file mode 100644 index 4c625df93..000000000 --- a/Data/Processed/Supervised_Outputs/kernel_svm_feature_names.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:209a013f99cc365c7182fd4af9f1832bf19852237efb78478bdbc277bb7c32ef -size 1390 diff --git a/Data/Processed/Supervised_Outputs/kernel_svm_fit_probabilities.csv b/Data/Processed/Supervised_Outputs/kernel_svm_fit_probabilities.csv deleted file mode 100644 index 2c5acb501..000000000 --- a/Data/Processed/Supervised_Outputs/kernel_svm_fit_probabilities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fae2d5b0e3cb34483918051c88e845f6400f0f36892463b302814e877b1e96a -size 20106933 diff --git a/Data/Processed/Supervised_Outputs/kernel_svm_simple_predictions.csv b/Data/Processed/Supervised_Outputs/kernel_svm_simple_predictions.csv deleted file mode 100644 index 547e42669..000000000 --- a/Data/Processed/Supervised_Outputs/kernel_svm_simple_predictions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1e157d0b9891d85fc4f3bac4bb259ae733637dcb489c1b0e9657e4012f32205 -size 563690 diff --git a/Data/Processed/Supervised_Outputs/knn_feature_names.csv b/Data/Processed/Supervised_Outputs/knn_feature_names.csv deleted file mode 100644 index 1812f3909..000000000 --- a/Data/Processed/Supervised_Outputs/knn_feature_names.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68e7e3b54b152c64c7a336c8b7b1e9f2f8624f02431b0768be8217c24ffeefb2 -size 1729 diff --git a/Data/Processed/Supervised_Outputs/knn_fit_probabilities.csv b/Data/Processed/Supervised_Outputs/knn_fit_probabilities.csv deleted file mode 100644 index caffddccb..000000000 --- a/Data/Processed/Supervised_Outputs/knn_fit_probabilities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40b57017d6d6753498f2a005bf68caff2db9bc4e2e09f5ee56511474e46c15d3 -size 10749372 diff --git a/Data/Processed/Supervised_Outputs/knn_simple_predictions.csv b/Data/Processed/Supervised_Outputs/knn_simple_predictions.csv deleted file mode 100644 index a8700296d..000000000 --- a/Data/Processed/Supervised_Outputs/knn_simple_predictions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57046961b7dca3b1bb1eac4fb6e042a6b5afa4bc9b7539955a96d481e56825d2 -size 563690 diff --git a/Data/Processed/Supervised_Outputs/linear_svm_feature_names.csv b/Data/Processed/Supervised_Outputs/linear_svm_feature_names.csv deleted file mode 100644 index 4c625df93..000000000 --- a/Data/Processed/Supervised_Outputs/linear_svm_feature_names.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:209a013f99cc365c7182fd4af9f1832bf19852237efb78478bdbc277bb7c32ef -size 1390 diff --git a/Data/Processed/Supervised_Outputs/linear_svm_fit_probabilities.csv b/Data/Processed/Supervised_Outputs/linear_svm_fit_probabilities.csv deleted file mode 100644 index f143f72cf..000000000 --- a/Data/Processed/Supervised_Outputs/linear_svm_fit_probabilities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c55f7f127d25058b43896321ffba21d720fa4fbfce688c2f20ff2dd35f9c949 -size 19950074 diff --git a/Data/Processed/Supervised_Outputs/linear_svm_simple_predictions.csv b/Data/Processed/Supervised_Outputs/linear_svm_simple_predictions.csv deleted file mode 100644 index f76d0046e..000000000 --- a/Data/Processed/Supervised_Outputs/linear_svm_simple_predictions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:194518da8e6ee041df444c04b23227784013ed78aeca135d2ec455afa3f7ebc9 -size 563690 diff --git a/Data/Processed/Supervised_Outputs/naive_bayes_fit_probabilities.csv b/Data/Processed/Supervised_Outputs/naive_bayes_fit_probabilities.csv deleted file mode 100644 index 90ac3d5b8..000000000 --- a/Data/Processed/Supervised_Outputs/naive_bayes_fit_probabilities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:897b2b7b479a8d6c10253b0466f6aea1186951c9beb70262aa63ba930e38e2e2 -size 20151779 diff --git a/Data/Processed/Supervised_Outputs/naive_bayes_simple_predictions.csv b/Data/Processed/Supervised_Outputs/naive_bayes_simple_predictions.csv deleted file mode 100644 index 96c65cdcc..000000000 --- a/Data/Processed/Supervised_Outputs/naive_bayes_simple_predictions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5735cbeee85a25145d5393bbaf7f8deaae2066239d91f88d7cff5fc4925d811b -size 563690 diff --git a/Data/Processed/Supervised_Outputs/random_forest_feature_importances.csv b/Data/Processed/Supervised_Outputs/random_forest_feature_importances.csv deleted file mode 100644 index fd98eeae1..000000000 --- a/Data/Processed/Supervised_Outputs/random_forest_feature_importances.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:611d6162b26afc6c8551ec0aadc9d4e7dca9a8e64fb788a47cdaeb218e192205 -size 632 diff --git a/Data/Processed/Supervised_Outputs/random_forest_fit_probabilities.csv b/Data/Processed/Supervised_Outputs/random_forest_fit_probabilities.csv deleted file mode 100644 index 21f873ec3..000000000 --- a/Data/Processed/Supervised_Outputs/random_forest_fit_probabilities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfc7bcb313ecdcb7ecdcb8837f0237fd27097ed344baeedb6e641a12a2639566 -size 19910755 diff --git a/Data/Processed/Supervised_Outputs/random_forest_simple_predictions.csv b/Data/Processed/Supervised_Outputs/random_forest_simple_predictions.csv deleted file mode 100644 index 369d87b2d..000000000 --- a/Data/Processed/Supervised_Outputs/random_forest_simple_predictions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3daec3556a4cc48d8f05ed56a10288be14ca1388d501012a821952651f8c7d2c -size 563690 diff --git a/Data/Processed/Unsupervised_Outputs/dbscan_cluster_profiles.csv b/Data/Processed/Unsupervised_Outputs/dbscan_cluster_profiles.csv deleted file mode 100644 index 6115ca43e..000000000 --- a/Data/Processed/Unsupervised_Outputs/dbscan_cluster_profiles.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70ac8400aa49a0a0326f6d363c460176439a0539301bcdc36d8d5471caa62927 -size 2735 diff --git a/Data/Processed/Unsupervised_Outputs/dbscan_cluster_profiles_with_sizes.csv b/Data/Processed/Unsupervised_Outputs/dbscan_cluster_profiles_with_sizes.csv deleted file mode 100644 index 854f55cd2..000000000 --- a/Data/Processed/Unsupervised_Outputs/dbscan_cluster_profiles_with_sizes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ba18809dc3cd354b21f6236b893a3b57481afd52671bef62b30d973dbd413b6 -size 2941 diff --git a/Data/Processed/Unsupervised_Outputs/dbscan_df.csv b/Data/Processed/Unsupervised_Outputs/dbscan_df.csv deleted file mode 100644 index 7eef69714..000000000 --- a/Data/Processed/Unsupervised_Outputs/dbscan_df.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef23a1d75db16d8f8c0ac93cf4f2b0baa79c071f5bbf0c85341bf24d38307c1f -size 7831660 diff --git a/Data/Processed/Unsupervised_Outputs/dbscan_pca_results.csv b/Data/Processed/Unsupervised_Outputs/dbscan_pca_results.csv deleted file mode 100644 index cc4f41ea4..000000000 --- a/Data/Processed/Unsupervised_Outputs/dbscan_pca_results.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24ac46e378b126dbd4c833b3270f7e97db1c351f2a82bcfd0c3d64c8f2479a68 -size 6214809 diff --git a/Data/Processed/Unsupervised_Outputs/dbscan_tsne_results.csv b/Data/Processed/Unsupervised_Outputs/dbscan_tsne_results.csv deleted file mode 100644 index aa29b6e47..000000000 --- a/Data/Processed/Unsupervised_Outputs/dbscan_tsne_results.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fe513ee5914b12cb81cafc751aaa41dfd6b46929830d129c12c8bb01a1151f5 -size 142470 diff --git a/Data/Processed/Unsupervised_Outputs/gmm_cluster_profiles.csv b/Data/Processed/Unsupervised_Outputs/gmm_cluster_profiles.csv deleted file mode 100644 index 989db05e9..000000000 --- a/Data/Processed/Unsupervised_Outputs/gmm_cluster_profiles.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c76a32578d8f9c2f8b73de79af96d0707a3565268f06faaf508aaa1f0a5b9852 -size 330 diff --git a/Data/Processed/Unsupervised_Outputs/gmm_df.csv b/Data/Processed/Unsupervised_Outputs/gmm_df.csv deleted file mode 100644 index ccb4d7b0b..000000000 --- a/Data/Processed/Unsupervised_Outputs/gmm_df.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9459f902b733843043d3d80704863bd246184418789926ebe7d5009c7db6fa43 -size 92521180 diff --git a/Data/Processed/Unsupervised_Outputs/gmm_pca_5d_body_features.csv b/Data/Processed/Unsupervised_Outputs/gmm_pca_5d_body_features.csv deleted file mode 100644 index 0cc313d59..000000000 --- a/Data/Processed/Unsupervised_Outputs/gmm_pca_5d_body_features.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b1f4926cc7ad8201b4ed3da9f058c0fd598488ad877c20cd9ca268a5e2a8808 -size 18315877 diff --git a/Data/Processed/Unsupervised_Outputs/gmm_pca_tsne.csv b/Data/Processed/Unsupervised_Outputs/gmm_pca_tsne.csv deleted file mode 100644 index efea07cbf..000000000 --- a/Data/Processed/Unsupervised_Outputs/gmm_pca_tsne.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:875ea5919e0f04d282a4930b7d1bf099f513451e4511bc2dd38328a0523b2128 -size 2957985 diff --git a/Data/Processed/Unsupervised_Outputs/kmeans_clusters.csv b/Data/Processed/Unsupervised_Outputs/kmeans_clusters.csv deleted file mode 100644 index f2b8f5b03..000000000 --- a/Data/Processed/Unsupervised_Outputs/kmeans_clusters.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76614378280ead41ed30fee65e5efe706ac9e9eff3283eb9e40d7ca18fa550d8 -size 2396646 diff --git a/Data/Processed/Unsupervised_Outputs/kmeans_pca_projection.csv b/Data/Processed/Unsupervised_Outputs/kmeans_pca_projection.csv deleted file mode 100644 index 2ab4caf4a..000000000 --- a/Data/Processed/Unsupervised_Outputs/kmeans_pca_projection.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e619174f3e5a9c05354e7ba1aafd0d12d432e0b6b698ec4016164fbfa3df15a3 -size 6959073 diff --git a/Data/Processed/Unsupervised_Outputs/kmeans_pca_tsne_projection.csv b/Data/Processed/Unsupervised_Outputs/kmeans_pca_tsne_projection.csv deleted file mode 100644 index fd39d9718..000000000 --- a/Data/Processed/Unsupervised_Outputs/kmeans_pca_tsne_projection.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d87955cb93030be7f7821e4158cec626cb6964db229d315c593f0e5e32852bfb -size 4223062 diff --git a/Data/Processed/Unsupervised_Outputs/kmodes_clusters.csv b/Data/Processed/Unsupervised_Outputs/kmodes_clusters.csv deleted file mode 100644 index cb725ba95..000000000 --- a/Data/Processed/Unsupervised_Outputs/kmodes_clusters.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f03e0d5e370ae599255b46aa506b2101a445c1953cc9ed1509accf89551516e -size 2911314 diff --git a/Data/Processed/Unsupervised_Outputs/kmodes_pca_projection.csv b/Data/Processed/Unsupervised_Outputs/kmodes_pca_projection.csv deleted file mode 100644 index 3976ddd82..000000000 --- a/Data/Processed/Unsupervised_Outputs/kmodes_pca_projection.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:276149b43da1a8ff2bab53f4aaaa4a9e316e360178df7b664921a03bb73c7cdf -size 8494639 diff --git a/Data/Processed/Unsupervised_Outputs/kmodes_pca_tsne_projection.csv b/Data/Processed/Unsupervised_Outputs/kmodes_pca_tsne_projection.csv deleted file mode 100644 index 1fdbe1c86..000000000 --- a/Data/Processed/Unsupervised_Outputs/kmodes_pca_tsne_projection.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3b95e0d7d55bade9a5b4ce1296d7f99c41e22dee235c5a7a5cd81b9ec8b425e -size 5132107 diff --git a/Data/Processed/Unsupervised_Outputs/renttherunway_lda_topics.csv b/Data/Processed/Unsupervised_Outputs/renttherunway_lda_topics.csv deleted file mode 100644 index 4aa6220c3..000000000 --- a/Data/Processed/Unsupervised_Outputs/renttherunway_lda_topics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd009083947a4ae1033c0c28e052d8d8a3051ee3773787dd1773f4191528e305 -size 27994932 diff --git a/Data/Processed/clothes_size_clean.csv b/Data/Processed/clothes_size_clean.csv deleted file mode 100644 index 95512d643..000000000 --- a/Data/Processed/clothes_size_clean.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4be7c7f3f85629d419df32ec037cbcb26e2abbd987b0e196fd9aee22ffdcc406 -size 7282594 diff --git a/Data/Processed/modcloth_clean.csv b/Data/Processed/modcloth_clean.csv deleted file mode 100644 index 5087ed248..000000000 --- a/Data/Processed/modcloth_clean.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:054dfa9c34f82bba4fb31aaae6dba38d500f6296357b40b9eeaac07ed367373c -size 24803275 diff --git a/Data/Processed/renttherunway_clean.csv b/Data/Processed/renttherunway_clean.csv deleted file mode 100644 index 6c40c6caa..000000000 --- a/Data/Processed/renttherunway_clean.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3367a55b8530df68c2a51a164d289a282a2494f7927cd4fd6cbdf9bb077f1e58 -size 89146028 diff --git a/Data/Raw/final_test.csv b/Data/Raw/final_test.csv deleted file mode 100644 index 2b1cfda68..000000000 --- a/Data/Raw/final_test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e33cd8bc0bd1a0f480c252bd3417b3148fdc7c71f3bfefdc96672ee25b0c882 -size 2114524 diff --git a/Data/Raw/modcloth_final_data.json b/Data/Raw/modcloth_final_data.json deleted file mode 100644 index 0a6288bb4..000000000 --- a/Data/Raw/modcloth_final_data.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9afbff64599f21f4755fa923acc2b32a166620e5e2ac72a97a1f4d876d92c3a4 -size 40566141 diff --git a/Data/Raw/renttherunway_final_data.json b/Data/Raw/renttherunway_final_data.json deleted file mode 100644 index d5807177e..000000000 --- a/Data/Raw/renttherunway_final_data.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:015dd071b6752f44c515ce235242753cce1043d40c2c6e965b24ae768734e7d6 -size 123251881 diff --git a/Figures/Supervised_Outputs/Linear_svm_confusion_matrix.png b/Figures/Supervised_Outputs/Linear_svm_confusion_matrix.png index 5aba92d4c..89a2dc59f 100644 Binary files a/Figures/Supervised_Outputs/Linear_svm_confusion_matrix.png and b/Figures/Supervised_Outputs/Linear_svm_confusion_matrix.png differ diff --git a/Figures/Supervised_Outputs/bagging_confusion_matrix.png b/Figures/Supervised_Outputs/bagging_confusion_matrix.png index 530b10658..90ff10ca5 100644 Binary files a/Figures/Supervised_Outputs/bagging_confusion_matrix.png and b/Figures/Supervised_Outputs/bagging_confusion_matrix.png differ diff --git a/Figures/Supervised_Outputs/cart_confusion_matrix.png b/Figures/Supervised_Outputs/cart_confusion_matrix.png index 9fb36fc76..0ccb92f69 100644 Binary files a/Figures/Supervised_Outputs/cart_confusion_matrix.png and b/Figures/Supervised_Outputs/cart_confusion_matrix.png differ diff --git a/Figures/Supervised_Outputs/comparison_accuracy_f1_rtr_vs_simple.png b/Figures/Supervised_Outputs/comparison_accuracy_f1_rtr_vs_simple.png index 563cc4720..2ad2abdd5 100644 Binary files a/Figures/Supervised_Outputs/comparison_accuracy_f1_rtr_vs_simple.png and b/Figures/Supervised_Outputs/comparison_accuracy_f1_rtr_vs_simple.png differ diff --git a/Figures/Supervised_Outputs/comparison_macrof1_delta.png b/Figures/Supervised_Outputs/comparison_macrof1_delta.png index efeafbee0..0f48e67a9 100644 Binary files a/Figures/Supervised_Outputs/comparison_macrof1_delta.png and b/Figures/Supervised_Outputs/comparison_macrof1_delta.png differ diff --git a/Figures/Supervised_Outputs/comparison_perclass_f1_rtr.png b/Figures/Supervised_Outputs/comparison_perclass_f1_rtr.png index 51d72a196..58de37da2 100644 Binary files a/Figures/Supervised_Outputs/comparison_perclass_f1_rtr.png and b/Figures/Supervised_Outputs/comparison_perclass_f1_rtr.png differ diff --git a/Figures/Supervised_Outputs/kernel_svm_confusion_matrix.png b/Figures/Supervised_Outputs/kernel_svm_confusion_matrix.png index 30533285a..d585e6bd6 100644 Binary files a/Figures/Supervised_Outputs/kernel_svm_confusion_matrix.png and b/Figures/Supervised_Outputs/kernel_svm_confusion_matrix.png differ diff --git a/Figures/Supervised_Outputs/knn_confusion_matrix.png b/Figures/Supervised_Outputs/knn_confusion_matrix.png index 0b53978f6..6e0e2cf52 100644 Binary files a/Figures/Supervised_Outputs/knn_confusion_matrix.png and b/Figures/Supervised_Outputs/knn_confusion_matrix.png differ diff --git a/Figures/Supervised_Outputs/naive_bayes_confusion_matrix.png b/Figures/Supervised_Outputs/naive_bayes_confusion_matrix.png index 55d33b60b..2800fc4e1 100644 Binary files a/Figures/Supervised_Outputs/naive_bayes_confusion_matrix.png and b/Figures/Supervised_Outputs/naive_bayes_confusion_matrix.png differ diff --git a/Figures/Supervised_Outputs/random_forest_confusion_matrix.png b/Figures/Supervised_Outputs/random_forest_confusion_matrix.png index 781fc19c7..40129dc3b 100644 Binary files a/Figures/Supervised_Outputs/random_forest_confusion_matrix.png and b/Figures/Supervised_Outputs/random_forest_confusion_matrix.png differ diff --git a/Figures/Unsupervised_Outputs/dbscan_k-distance_plot.png b/Figures/Unsupervised_Outputs/dbscan_k-distance_plot.png index 680ee9eda..6dd4a12e0 100644 Binary files a/Figures/Unsupervised_Outputs/dbscan_k-distance_plot.png and b/Figures/Unsupervised_Outputs/dbscan_k-distance_plot.png differ diff --git a/Figures/Unsupervised_Outputs/dbscan_pca_clusters.png b/Figures/Unsupervised_Outputs/dbscan_pca_clusters.png index 387a9ed1f..780b7c014 100644 Binary files a/Figures/Unsupervised_Outputs/dbscan_pca_clusters.png and b/Figures/Unsupervised_Outputs/dbscan_pca_clusters.png differ diff --git a/Figures/Unsupervised_Outputs/dbscan_tsne_clusters.png b/Figures/Unsupervised_Outputs/dbscan_tsne_clusters.png index 01ed35ab2..967989527 100644 Binary files a/Figures/Unsupervised_Outputs/dbscan_tsne_clusters.png and b/Figures/Unsupervised_Outputs/dbscan_tsne_clusters.png differ diff --git a/Figures/Unsupervised_Outputs/dbscan_tsne_outliers.png b/Figures/Unsupervised_Outputs/dbscan_tsne_outliers.png index 19b8adc7d..ac33a75ac 100644 Binary files a/Figures/Unsupervised_Outputs/dbscan_tsne_outliers.png and b/Figures/Unsupervised_Outputs/dbscan_tsne_outliers.png differ diff --git a/Figures/Unsupervised_Outputs/gmm_PCA_variance.png b/Figures/Unsupervised_Outputs/gmm_PCA_variance.png index bcc7ae6a1..cb7567a0a 100644 Binary files a/Figures/Unsupervised_Outputs/gmm_PCA_variance.png and b/Figures/Unsupervised_Outputs/gmm_PCA_variance.png differ diff --git a/Figures/Unsupervised_Outputs/gmm_bic_aic.png b/Figures/Unsupervised_Outputs/gmm_bic_aic.png index bcc7ae6a1..396840990 100644 Binary files a/Figures/Unsupervised_Outputs/gmm_bic_aic.png and b/Figures/Unsupervised_Outputs/gmm_bic_aic.png differ diff --git a/Figures/Unsupervised_Outputs/gmm_pca_2d_clusters.png b/Figures/Unsupervised_Outputs/gmm_pca_2d_clusters.png index f973de145..84fb3dcb2 100644 Binary files a/Figures/Unsupervised_Outputs/gmm_pca_2d_clusters.png and b/Figures/Unsupervised_Outputs/gmm_pca_2d_clusters.png differ diff --git a/Figures/Unsupervised_Outputs/gmm_tsne_clusters.png b/Figures/Unsupervised_Outputs/gmm_tsne_clusters.png index 930f2de53..fbd99b116 100644 Binary files a/Figures/Unsupervised_Outputs/gmm_tsne_clusters.png and b/Figures/Unsupervised_Outputs/gmm_tsne_clusters.png differ diff --git a/Figures/Unsupervised_Outputs/kmeans_elbow.png b/Figures/Unsupervised_Outputs/kmeans_elbow.png index bf23e06c7..52a2c4a5a 100644 Binary files a/Figures/Unsupervised_Outputs/kmeans_elbow.png and b/Figures/Unsupervised_Outputs/kmeans_elbow.png differ diff --git a/Figures/Unsupervised_Outputs/kmeans_pca_projection.png b/Figures/Unsupervised_Outputs/kmeans_pca_projection.png index ea520a140..288954d4e 100644 Binary files a/Figures/Unsupervised_Outputs/kmeans_pca_projection.png and b/Figures/Unsupervised_Outputs/kmeans_pca_projection.png differ diff --git a/Figures/Unsupervised_Outputs/kmeans_pca_tsne.png b/Figures/Unsupervised_Outputs/kmeans_pca_tsne.png index 02dfdb654..a17e2d50b 100644 Binary files a/Figures/Unsupervised_Outputs/kmeans_pca_tsne.png and b/Figures/Unsupervised_Outputs/kmeans_pca_tsne.png differ diff --git a/Figures/Unsupervised_Outputs/lda_coherence.png b/Figures/Unsupervised_Outputs/lda_coherence.png index f7d0d69f0..e2fdd10f5 100644 Binary files a/Figures/Unsupervised_Outputs/lda_coherence.png and b/Figures/Unsupervised_Outputs/lda_coherence.png differ diff --git a/Figures/Unsupervised_Outputs/lda_fit_heatmap.png b/Figures/Unsupervised_Outputs/lda_fit_heatmap.png index 5ddb5f9cc..ca5a4e6ff 100644 Binary files a/Figures/Unsupervised_Outputs/lda_fit_heatmap.png and b/Figures/Unsupervised_Outputs/lda_fit_heatmap.png differ diff --git a/Figures/Unsupervised_Outputs/lda_topic_by_bodytype.png b/Figures/Unsupervised_Outputs/lda_topic_by_bodytype.png index 48f782a92..3ac89e3b8 100644 Binary files a/Figures/Unsupervised_Outputs/lda_topic_by_bodytype.png and b/Figures/Unsupervised_Outputs/lda_topic_by_bodytype.png differ diff --git a/Figures/Unsupervised_Outputs/lda_topic_by_category.png b/Figures/Unsupervised_Outputs/lda_topic_by_category.png index ca54c324e..33f43b7c2 100644 Binary files a/Figures/Unsupervised_Outputs/lda_topic_by_category.png and b/Figures/Unsupervised_Outputs/lda_topic_by_category.png differ diff --git a/Figures/Unsupervised_Outputs/lda_topic_by_fit.png b/Figures/Unsupervised_Outputs/lda_topic_by_fit.png index b35e7eea6..04a1b82e9 100644 Binary files a/Figures/Unsupervised_Outputs/lda_topic_by_fit.png and b/Figures/Unsupervised_Outputs/lda_topic_by_fit.png differ diff --git a/Figures/Unsupervised_Outputs/lda_topic_distribution.png b/Figures/Unsupervised_Outputs/lda_topic_distribution.png index 8cdaba567..6f44c9dac 100644 Binary files a/Figures/Unsupervised_Outputs/lda_topic_distribution.png and b/Figures/Unsupervised_Outputs/lda_topic_distribution.png differ diff --git a/Figures/Unsupervised_Outputs/lda_visualization.html b/Figures/Unsupervised_Outputs/lda_visualization.html index 973cdfbea..2bd6d2266 100644 --- a/Figures/Unsupervised_Outputs/lda_visualization.html +++ b/Figures/Unsupervised_Outputs/lda_visualization.html @@ -2,10 +2,10 @@ -
+