Skip to content

Commit

Permalink
Fix module-level docstring for viGP
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax authored Jan 26, 2024
1 parent acd2bcc commit 42931f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gpax/models/vigp.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
gp.py
vigp.py
=======
Fully Bayesian implementation of Gaussian process regression
Variational inference implementation of Gaussian process regression
Created by Maxim Ziatdinov (email: maxim.ziatdinov@ai4microscopy.com)
Created by Maxim Ziatdinov (email: maxim.ziatdinov@gmail.com)
"""

from typing import Callable, Dict, Optional, Tuple, Type
Expand Down

0 comments on commit 42931f6

Please sign in to comment.