Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/
3 changes: 0 additions & 3 deletions Data/Processed/Supervised_Outputs/bagging_feature_names.csv

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Supervised_Outputs/cart_fit_probabilities.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Supervised_Outputs/cart_simple_predictions.csv

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Supervised_Outputs/knn_feature_names.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Supervised_Outputs/knn_fit_probabilities.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Supervised_Outputs/knn_simple_predictions.csv

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/dbscan_df.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/dbscan_pca_results.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/dbscan_tsne_results.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/gmm_cluster_profiles.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/gmm_df.csv

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/gmm_pca_tsne.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/kmeans_clusters.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/kmeans_pca_projection.csv

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/kmodes_clusters.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/Unsupervised_Outputs/kmodes_pca_projection.csv

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/clothes_size_clean.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/modcloth_clean.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Processed/renttherunway_clean.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Raw/final_test.csv

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Raw/modcloth_final_data.json

This file was deleted.

3 changes: 0 additions & 3 deletions Data/Raw/renttherunway_final_data.json

This file was deleted.

Binary file modified Figures/Supervised_Outputs/Linear_svm_confusion_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Supervised_Outputs/bagging_confusion_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Supervised_Outputs/cart_confusion_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Supervised_Outputs/comparison_macrof1_delta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Supervised_Outputs/comparison_perclass_f1_rtr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Supervised_Outputs/kernel_svm_confusion_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Supervised_Outputs/knn_confusion_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Supervised_Outputs/naive_bayes_confusion_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Supervised_Outputs/random_forest_confusion_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/dbscan_k-distance_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/dbscan_pca_clusters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/dbscan_tsne_clusters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/dbscan_tsne_outliers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/gmm_PCA_variance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/gmm_bic_aic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/gmm_pca_2d_clusters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/gmm_tsne_clusters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/kmeans_elbow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/kmeans_pca_projection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/kmeans_pca_tsne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/lda_coherence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/lda_fit_heatmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/lda_topic_by_bodytype.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/lda_topic_by_category.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Figures/Unsupervised_Outputs/lda_topic_by_fit.png
Binary file modified Figures/Unsupervised_Outputs/lda_topic_distribution.png
10 changes: 5 additions & 5 deletions Figures/Unsupervised_Outputs/lda_visualization.html

Large diffs are not rendered by default.

Binary file removed Models/bagging_fit_classifier.joblib
Binary file not shown.
3 changes: 0 additions & 3 deletions Models/bagging_simple_classifier.joblib

This file was deleted.

Binary file removed Models/cart_fit_classifier.joblib
Binary file not shown.
Binary file removed Models/cart_simple_classifier.joblib
Binary file not shown.
Binary file removed Models/kernel_svm_fit_classifier.joblib
Binary file not shown.
Binary file removed Models/kernel_svm_simple_classifier.joblib
Binary file not shown.
Binary file removed Models/knn_fit_classifier.joblib
Binary file not shown.
Binary file removed Models/knn_simple_classifier.joblib
Binary file not shown.
Binary file removed Models/linear_svm_fit_classifier.joblib
Binary file not shown.
Binary file removed Models/linear_svm_simple_classifier.joblib
Binary file not shown.
Binary file removed Models/naive_bayes_fit_classifier.joblib
Binary file not shown.
Binary file removed Models/naive_bayes_simple_classifier.joblib
Binary file not shown.
Binary file removed Models/random_forest_fit_classifier.joblib
Binary file not shown.
Binary file removed Models/random_forest_simple_classifier.joblib
Binary file not shown.
Loading