Commit Graph

1862 Commits

Author SHA1 Message Date
526ee921b5 tweak: some tweaks to documentation, part 1/2 2022-05-03 17:22:08 -04:00
Quinn Dougherty
d5c9705811 Corrected log score
Value: [5e-5 to 2e-2]
2022-05-03 14:00:34 -04:00
Ozzie Gooen
94a1155264 Formatted rescript 2022-05-03 11:30:00 -04:00
Ozzie Gooen
02a2d96f8f Added appropriate code blocsk 2022-05-03 11:12:44 -04:00
Ozzie Gooen
c2155ef746 Merge branch 'develop' into documentation-refactors-april
* develop: (72 commits)
  cases to handle with new parser. lambdas in arrays and records
  Note duplicate parameters
  Note infinite recursion
  Note infinite recursion
  Add array string and function viewers
  Recurse showTypes
  Pass showTypes and showControls in playground
  do not export private modules from Reducer module
  Allows hiding controls
  sam's monkeying
  fixed function f not bound
  Refactor and rename lambda in partial
  Make error message more descriptive
  Refactor and shrink effect code
  Make a tooltip to restrict users from log scales
  Add Patrial storybook and update partial bindings async
  Lint js
  Format and fix CI bugs
  Hotfix playground chart
  Real log scales
  ...
2022-05-03 11:07:12 -04:00
Ozzie Gooen
b28df258e1 Ran formatter 2022-05-03 11:06:53 -04:00
Quinn Dougherty
cec4bbd334 fixed build
Value: [1e-6 to 1e-4]
2022-05-03 10:20:01 -04:00
Quinn Dougherty
6c815a62ff Merge remote-tracking branch 'origin/develop' into log-score-attempt 2022-05-03 10:17:17 -04:00
Quinn Dougherty
5d6de7b487 Response to CR
Value: [1e-4 to 4e-3]
2022-05-03 10:15:48 -04:00
Sam Nolan
6112487b78
Merge pull request #434 from quantified-uncertainty/reducer-dev
Reducer dev
2022-05-02 19:19:06 -04:00
Umur Ozkul
6dc101ef93 Merge branch 'Umur-reducer-dev' into reducer-dev 2022-05-03 00:45:39 +02:00
Umur Ozkul
88428c74af cases to handle with new parser. lambdas in arrays and records 2022-05-03 00:44:38 +02:00
Quinn Dougherty
20adc4e25a describe and test strings. 2022-05-02 18:40:34 -04:00
Umur Ozkul
c5ae846df4 Note duplicate parameters 2022-05-03 00:30:41 +02:00
Quinn Dougherty
96ed0b44bb skip the bad test
Value: [1e-6 to 5e-4]
2022-05-02 18:29:47 -04:00
Umur Ozkul
27cdb5fbda Merge branch 'Umur-reducer-dev' into reducer-dev 2022-05-03 00:19:12 +02:00
Umur Ozkul
78f46daed8 Note infinite recursion 2022-05-03 00:18:23 +02:00
Umur Ozkul
d26eaa2523 Note infinite recursion 2022-05-03 00:16:29 +02:00
Sam Nolan
6e72b89f7f Add array string and function viewers 2022-05-02 21:59:56 +00:00
Sam Nolan
75a55de373 Recurse showTypes 2022-05-02 21:55:43 +00:00
Quinn Dougherty
13804dda7a Merge remote-tracking branch 'origin/develop' into log-score-attempt 2022-05-02 17:52:46 -04:00
Sam Nolan
5df9d0e51b Pass showTypes and showControls in playground 2022-05-02 21:51:58 +00:00
Quinn Dougherty
ca95c7cef8 base 2 log => natural log (on the advice of Nuno)
Value: [1e-4 to 2e-1]
2022-05-02 17:46:43 -04:00
Sam Nolan
74f5dbbbf0
Merge pull request #461 from quantified-uncertainty/show-controls
Allows hiding controls
2022-05-02 17:44:09 -04:00
Umur Ozkul
11d4a3bc8b do not export private modules from Reducer module 2022-05-02 23:42:11 +02:00
Quinn Dougherty
a4c3405e5d Added showTypes tag to playground
Value: [1e-8 to 1e-4]
2022-05-02 17:37:50 -04:00
Sam Nolan
da8a834b7e Allows hiding controls 2022-05-02 21:33:34 +00:00
Umur Ozkul
e92fc792a2 Merge branch 'develop' into Umur-reducer-dev 2022-05-02 23:21:26 +02:00
Umur Ozkul
490e4908e1 sam's monkeying 2022-05-02 23:18:36 +02:00
Quinn Dougherty
a986aac0a2 Merge remote-tracking branch 'origin/develop' into log-score-attempt 2022-05-02 17:16:09 -04:00
Quinn Dougherty
2d84805f88 Added infinity error; fixed infinities in logs
Value: [1e-3 to 3e-2]
2022-05-02 17:15:23 -04:00
Umur Ozkul
6a3b35eb4a fixed function f not bound 2022-05-02 23:12:57 +02:00
Sam Nolan
b9bde840b5
Merge pull request #460 from quantified-uncertainty/partial-storybook
Add partial functionality to storybook and update partial bindings async
2022-05-02 17:11:00 -04:00
Sam Nolan
0d14216e9f Refactor and rename lambda in partial 2022-05-02 21:05:59 +00:00
Sam Nolan
202cb80ebf
Merge pull request #458 from quantified-uncertainty/real-log-scales
Real log scales
2022-05-02 17:01:17 -04:00
Sam Nolan
06c479b547 Make error message more descriptive 2022-05-02 20:54:33 +00:00
Sam Nolan
5fc829efc9 Refactor and shrink effect code 2022-05-02 20:52:55 +00:00
Sam Nolan
7e05d63009 Make a tooltip to restrict users from log scales 2022-05-02 20:40:15 +00:00
Sam Nolan
47b67a9efb Add Patrial storybook and update partial bindings async 2022-05-02 19:58:24 +00:00
Ozzie Gooen
f3bf44095d
Merge pull request #459 from quantified-uncertainty/hotfix-playground-chart
Hotfix playground chart
2022-05-02 15:09:12 -04:00
Sam Nolan
cc70047904 Lint js 2022-05-02 19:04:16 +00:00
Sam Nolan
17a5f948fe Format and fix CI bugs 2022-05-02 18:59:52 +00:00
Sam Nolan
71fc314930 Hotfix playground chart
Value: [0.001 to 0.01]
2022-05-02 18:54:41 +00:00
Sam Nolan
d660845d37 Merge branch 'develop' into real-log-scales 2022-05-02 18:48:02 +00:00
Sam Nolan
0c49fe4049
Merge pull request #456 from quantified-uncertainty/mobile-support
Mobile support
2022-05-02 14:31:51 -04:00
Sam Nolan
f4085e93ad Real log scales 2022-05-02 18:29:59 +00:00
Quinn Dougherty
db3acbf96c Added extra multiplicative factor in logScore integrand
Value: [8e-2 to 7e-1]

migrated intregrand from `log(predicted / answer)` to `answer *
log(predicted / answer)`
2022-05-02 13:40:34 -04:00
Sam Nolan
c5c65f5bc7 Update yarn.lock 2022-05-02 17:14:16 +00:00
Sam Nolan
8df5a661fb Merge branch 'develop' into mobile-support 2022-05-02 17:09:23 +00:00
Sam Nolan
0c4305948f
Merge pull request #457 from quantified-uncertainty/no-types-mode
A simple showTypes prop
2022-05-02 13:07:46 -04:00