Commit 208971f
Fix typos and docstring issues across botorch (meta-pytorch#3211)
Summary:
Pull Request resolved: meta-pytorch#3211
Fix typos, docstring errors, and a copy-paste bug across botorch (excluding acquisition/).
**models/**
- pairwise_gp.py: "occured" → "occurred", "creteria" → "criteria" (x2), "substition" → "substitution", "the the" → "the", "will filters" → "will be filtered"
- map_saas.py: "distrbution" → "distribution", "MixtureGaussiaPosterior" → "GaussianMixturePosterior", "callling" → "calling", "outcome transforms" → "outcome transform"
- fully_bayesian.py: "the a" → "a"
- transforms/outcome.py: "transfomred" → "transformed" (x4), "currenlty" → "currently", "min_stddv" → "min_stdv" in docstring
- transforms/input.py: "acqusition" → "acquisition", added missing `almost_zero` param docs
- kernels/linear_truncated_fidelity.py: "parmeters" → "parameters", "the the determistic" → "the deterministic"
- gpytorch.py: "its is" → "it is" (x2), "in in" → "in", "which can overwritten" → "which can be overwritten"
- higher_order_gp.py: "its is" → "it is", "min_stddv" → "min_stdv" in docstring
- model.py: "constitutent" → "constituent", "singe-model" → "single-model"
- relevance_pursuit.py: "exluding" → "excluding", copy-paste "expanded" → "contracted" in support_contraction docstring
- kernels/contextual_lcea.py: "unbserverable" → "unobservable", "indictor" → "indicator", "contruct" → "construct"
- kernels/contextual_sac.py: "oberseving" → "observing", "compponent" → "component"
- contextual_multioutput.py: "contruct" → "construct"
**optim/**
- initializers.py: "dimesional" → "dimensional" (x2), "Intutively" → "Intuitively" (x3), "initital" → "initial", "acquisiton" → "acquisition", swapped class name qHVKG → qKG in docstring, "using to the" → "using the"
- optimize.py: "sequentually" → "sequentially", "optmizers" → "optimizers", "occurences" → "occurrences"
- parameter_constraints.py: "inptus" → "inputs"
**utils/**
- sampling.py: "A a" → "A"
- multi_objective/hypervolume.py: "acqusition" → "acquisition", removed duplicate "have points that have"
- context_managers.py: "orginal" → "original" (x2)
- probability/lin_ess.py: "multivariante" → "multivariate"
- probability/mvnxpb.py: "G. Tring" → "G. Trinh" (author name)
**test_functions/**
- synthetic.py: "synthtetic" → "synthetic" (x2), "mininimum" → "minimum", "aproximate" → "approximate", "unreacheable" → "unreachable", "proble problem" → "problem"
- sensitivity_analysis.py: "dgsm_gradient_bas" → "dgsm_gradient_abs", **BUG FIX**: gradient_measure used dx_1 for all 3 entries instead of dx_1, dx_2, dx_3
- multi_objective.py: "inputsto" → "inputs to"
- multi_fidelity.py: "ther" → "there"
- base.py: "ouf" → "of"
**exceptions/**
- warnings.py: removed phantom `logei_name` param from docstring
Reviewed By: dme65
Differential Revision: D94993014
fbshipit-source-id: 2324a2b0b665103b1a680b01014c30d08c5246511 parent 98c2564 commit 208971f
27 files changed
Lines changed: 76 additions & 74 deletions
File tree
- botorch
- exceptions
- models
- kernels
- transforms
- optim
- test_functions
- utils
- multi_objective
- probability
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
1034 | 1034 | | |
1035 | 1035 | | |
1036 | 1036 | | |
1037 | | - | |
1038 | | - | |
| 1037 | + | |
| 1038 | + | |
1039 | 1039 | | |
1040 | 1040 | | |
1041 | 1041 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
429 | | - | |
| 428 | + | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
| 544 | + | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| |||
0 commit comments