Kivike / nlp-project

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

Correlation analyzer #4

Closed Kivike closed 4 years ago

Kivike commented 4 years ago

Details

Harmonized and combined the datasets (issue #9 ), as well as implemented the correlation analyzer.

Changes

Things left to be done

The repository will contain (at least) the processed hotel review data, as well as the final, combined and harmonized data. We should probably review the contents of the repository and prepare some sort of instructions on how to do all relevant steps of the project (e.g. sourcing original data, generating crime heatmaps, extracting features, running the data combination and correlation analysis). Luckily, some of those steps are already documented. You guys have other ideas / thoughts?

Old task description

Implement a way to compare heatmaps (matrices) Should give a float between 0 and 1 as output, where 1 means that the matrices are identical

ppeerttu commented 4 years ago

The ipynb file is the Jupyter Notebook file. I created it with VSC (it natively supports them - there is an action for creating a new Notebook).