Releases: GeorgiosEtsias/Kmeans-Clustering-NLP-RestaurantOrders
Releases · GeorgiosEtsias/Kmeans-Clustering-NLP-RestaurantOrders
2022 version
┌── ProjectFigures/
│── data/
│ └── orderItems.csv
│── functions/
│ │── clustering.py
│ │── data_preprocess.py
│ └── plotting.py
│── html_figures/
│── python_environment_req/
│ │── myenv.yml
│ └── requirements.txt
│── .gitattributes
│── README.md
│── main.py
└── main_notebook.ipynb
Original release
Original multi-script version with the following file setup
|-- ProjectFigures/
|--DataPreProcessing.py
|-- FinalResults.py
|-- NonPizzaClustering.py
|-- PizzaClustering.py
|-- README.md
|-- orderItems.csv