Skip to content

Commit

Permalink
Update mnsf-tutorial-mouse.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwang12 authored Nov 17, 2024
1 parent 3c6ff1f commit 2ce3150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutorial/mnsf-tutorial-mouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,14 +350,13 @@ Key parameters to consider:
Now we can initialize the model with our optimized data structure:

```python
list_fit = process_multiSample.ini_multiSample(list_D_chunked, L, "nb", chol=False)
list_fit = process_multiSample.ini_multiSample(list_D_chunked, L, "nb")
```

Parameters:
- `list_D_chunked`: Our chunked data structure
- `L`: Number of factors to identify
- `"nb"`: Specifies negative binomial distribution
- `chol=False`: Disables Cholesky decomposition for better memory usage

### 7.4 Training the Model

Expand Down

0 comments on commit 2ce3150

Please sign in to comment.