tweak: README
This commit is contained in:
parent
82c313d9da
commit
dc00dbdd6a
|
@ -22,7 +22,7 @@ npm install forecasting
|
||||||
|
|
||||||
#### Aggregation
|
#### 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
|
```js
|
||||||
import {
|
import {
|
||||||
|
@ -67,12 +67,8 @@ const getAggregatedProbabilities = (array) => {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
````
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You may also install [@forecasting/aggregation](https://www.npmjs.com/package/@forecasting/aggregation) directly
|
|
||||||
|
|
||||||
#### Scoring
|
#### Scoring
|
||||||
|
|
||||||
To be done
|
To be done
|
||||||
|
@ -85,4 +81,3 @@ To be done
|
||||||
|
|
||||||
- [ ] Do another repository for scoring methods
|
- [ ] Do another repository for scoring methods
|
||||||
- [ ] Do another repository for charts
|
- [ ] Do another repository for charts
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user