Skip to content

Commit 8b98152

Browse files
ItsMrLinfacebook-github-bot
authored andcommitted
typo fixing (#1368)
Summary: Pull Request resolved: #1368 typo fixing Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: esantorella Differential Revision: D38988092 fbshipit-source-id: 97e0d6e271df63b67d8e6fff1a69f7b2c0326ea9
1 parent 8feb6c8 commit 8b98152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botorch/models/pairwise_gp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class PairwiseGP(Model, GP):
7171
(implicitly setting it to 1) and use ScaleKernel to scale the function.
7272
7373
In the example below, the user/decision maker has stated that they prefer
74-
the first item over the second item and the third item over the first item,
74+
the first item over the second item and the third item over the second item,
7575
generating comparisons [0, 1] and [2, 1].
7676
7777
Example:

0 commit comments

Comments
 (0)