Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…atcher into master
  • Loading branch information
charlesmartin14 committed Oct 17, 2021
2 parents d199d69 + 750ce07 commit 0e71301
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ WeightWatcher is based on theoretical research (done injoint with UC Berkeley) i

More details and demos can be found on the [Calculated Content Blog](https://calculatedcontent.com/)

#### Reproducing Old Results

We strive to make all of our results 100% reproducible; this is not easy.

To reproduce some older results, such as the Nature paper (which is actually 2 years old), use the **ww2x** option

```sh
watcher.analyze(..., ww2x=True, ...)
```

If you are unable to reproduce the results, please file a bug and I will try to address it.


## Installation

```sh
Expand Down

0 comments on commit 0e71301

Please sign in to comment.