We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82425a9 commit 860273aCopy full SHA for 860273a
howso/client/base.py
@@ -5423,6 +5423,8 @@ def get_params(
5423
- "fast" : will always use a fast approach for all computations
5424
which will use faster, but lower precision
5425
numeric operations.
5426
+ - "fastest" : same as "fast" but will additionally use a faster
5427
+ approach specific for generative reacts.
5428
5429
Returns
5430
-------
howso/engine/trainee.py
@@ -3458,6 +3458,8 @@ def get_params(
3458
3459
3460
3461
3462
3463
3464
3465
0 commit comments