Compare commits
5 Commits
@forecasti
...
master
Author | SHA1 | Date | |
---|---|---|---|
c9b1644f91 | |||
c3edc13bef | |||
51dab26eb4 | |||
dc00dbdd6a | |||
82c313d9da |
|
@ -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
|
||||||
```
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "forecasting",
|
"name": "forecasting",
|
||||||
"version": "0.1.0",
|
"version": "0.1.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "forecasting",
|
"name": "forecasting",
|
||||||
"version": "0.1.0",
|
"version": "0.1.3",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@forecasting/aggregation": "^0.0.1"
|
"@forecasting/aggregation": "^0.0.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "forecasting",
|
"name": "forecasting",
|
||||||
"version": "0.1.0",
|
"version": "0.1.3",
|
||||||
"description": "Forecasting related utilities.",
|
"description": "Forecasting related utilities.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -15,6 +15,10 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@forecasting/aggregation": "^0.0.1"
|
"@forecasting/aggregation": "^0.0.1"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/quantified-uncertainty/forecasting/"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"lerna": "^4.0.0"
|
"lerna": "^4.0.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user