tweak: README

This commit is contained in:
NunoSempere 2022-04-24 18:58:25 -04:00
parent 82c313d9da
commit dc00dbdd6a

View File

@ -22,7 +22,7 @@ npm install forecasting
#### Aggregation
````js
Aggregation functionality is taken from [@forecasting/aggregation](https://www.npmjs.com/package/@forecasting/aggregation). You may want to install that package directly.
```js
import {
@ -67,12 +67,8 @@ const getAggregatedProbabilities = (array) => {
return result;
}
};
````
```
You may also install [@forecasting/aggregation](https://www.npmjs.com/package/@forecasting/aggregation) directly
#### Scoring
To be done
@ -85,4 +81,3 @@ To be done
- [ ] Do another repository for scoring methods
- [ ] Do another repository for charts
```