Version 0.2.1
Features
- Incorporate get service catalog module to preprocessor
- fix in searching pageid in dict
- .gitignore -> adding data/ folder cause of sensitive data
- change environment.yml to add all dependencies for all programs for conda environment
- change requirements.txt to add all dependencies for all programs for pip environment
- add in config.yaml new options (users.csv and services.csv with the respective input options), altering names, merging
- configuration and create discrete definitions
- add timestamp in both programs (preprocesor.py and rsmetrics.py)
- set version to 0.2 for both programs
- rename dataset.csv to user_actions.csv
- rename user_suggested to user_coverage and service_suggested to service_coverage (also for *_perc, respectively)
- fix sorting to be numerically and not alphanumerically
- fix values to round in 2 decimals when float
- add the metrics.py where all metrics are defined from the rsmetrics.py program only, where the function name indicates
- the metric name and the doc decorator adds a _doc field in metrics.json
- report.prototype has been changed to apply the renames in user and service coverage
- add new schemas in docs
- append info in README