Skip to content

Commit 97d02f8

Browse files
authored
Update docstrings
1 parent a335c7d commit 97d02f8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

gpax/models/vi_mtdkl.py

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
vi_mtdkl.py
3+
========
4+
5+
Variational inference-based implementation of multi-task deep kernel learning
6+
7+
Created by Maxim Ziatdinov (email: [email protected])
8+
"""
9+
110
from functools import partial
211
from typing import Callable, Dict, Optional, Tuple
312

@@ -15,7 +24,7 @@
1524

1625
class viMTDKL(viDKL):
1726
"""
18-
Implementation of the variational infernece-based deep kernel learning
27+
Implementation of the variational inference-based deep kernel learning
1928
for multi-task/fidelity problems
2029
2130
Args:

0 commit comments

Comments
 (0)