An open API service indexing awesome lists of open source software.

https://github.com/devjack/simple-data-score

Simple scoring algorithms for sets of data.
https://github.com/devjack/simple-data-score

Last synced: 9 months ago
JSON representation

Simple scoring algorithms for sets of data.

Awesome Lists containing this project

README

          

# Simple Data Score
## Apply numerical scores to data sets based on a series of rules and filters.

[![Build Status](https://travis-ci.org/sydnerdrage/simple-data-score.svg?branch=master)](https://travis-ci.org/sydnerdrage/simple-data-score)
[![Coverage Status](https://coveralls.io/repos/sydnerdrage/simple-data-score/badge.png)](https://coveralls.io/r/sydnerdrage/simple-data-score)

## Requirements
- PHP 5.4+
- PHPUnit for running tests

## Installation
1. Checkout the code from
2. Download and install composer if you haven't already (https://getcomposer.org)
3. Run the test suite. Note you may need to enable execute permissions on the bash scripts.
```
cd tests
./dev-all-tests.sh
```

## Usage
See the sample data set and usage of the overlap calculator in SdsTests\Calc\OverlapTest

## Contributions
If you'd like to make a contribution, please submit a pull request to

## Copyright.
License: MIT