Skip to content

Releases: GeorgiosEtsias/Kmeans-Clustering-NLP-RestaurantOrders

2022 version

28 Dec 20:04
d95893a
Compare
Choose a tag to compare
┌── 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

26 Dec 19:28
e7db2b2
Compare
Choose a tag to compare

Original multi-script version with the following file setup

|-- ProjectFigures/
|--DataPreProcessing.py 
|-- FinalResults.py 
|-- NonPizzaClustering.py 
|-- PizzaClustering.py 
|-- README.md
|-- orderItems.csv