Kivike / nlp-project

Project for University of Oulu course Natural Language Processing
0 stars 0 forks source link

Commands for features and heatmaps(dummy) #13

Closed Kivike closed 4 years ago

Kivike commented 4 years ago

First version of CLI with argparse

Still missing these commands:

ppeerttu commented 4 years ago

I implemented the heatmap part directly here. It's not making a distinction between the hotel data and crime data right now, so both arguments can be used. The file has to be either xlsx or csv, and several other assertions are also made when constructing the heatmap.

Later on we should consider extending the functionality however it's possible - hopefully at least rendering two datasets e.g. with different colors on top of the same map (hotels and crimes).

Kivike commented 4 years ago

@ppeerttu Great, I thought about detecting file type by extension as well, should be fine unless we want to convert the files to same type, but I don't see a need for that