Closed Abjcodes closed 4 years ago
I don't think this work is explanatory enough. I suggest please add proper documentation to the work that you are doing, instead of just writing a few lines of code & drawing some diagrams. Each line of code should be self-explanatory &. each plot should have captions of what it is justifying/representing.
In addition to that, there should be only one file of code instead of multiple files. Therefore use only one file.
Changes
Implemented 3 algorithms and performed their evaluation. DBSCAN algorithm shows better results overall.
Issues
Memory error while merging the data, hence implemented algorithms on a small scale data. Memory error while computing silhouette score.