Skip to content

Commit 860273a

Browse files
authored
23254: Updates docstring for params to add 'fastest' numerical_precision (#387)
1 parent 82425a9 commit 860273a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

howso/client/base.py

+2
Original file line numberDiff line numberDiff line change
@@ -5423,6 +5423,8 @@ def get_params(
54235423
- "fast" : will always use a fast approach for all computations
54245424
which will use faster, but lower precision
54255425
numeric operations.
5426+
- "fastest" : same as "fast" but will additionally use a faster
5427+
approach specific for generative reacts.
54265428
54275429
Returns
54285430
-------

howso/engine/trainee.py

+2
Original file line numberDiff line numberDiff line change
@@ -3458,6 +3458,8 @@ def get_params(
34583458
- "fast" : will always use a fast approach for all computations
34593459
which will use faster, but lower precision
34603460
numeric operations.
3461+
- "fastest" : same as "fast" but will additionally use a faster
3462+
approach specific for generative reacts.
34613463
34623464
Returns
34633465
-------

0 commit comments

Comments
 (0)