Skip to content

Commit 6be21ac

Browse files
authored
Velezbeltran patch 3 (#121)
* Add FAQ section on model speed issues * Fix formatting in FAQ section of README * Fix formatting in FAQ section of README * Update FAQ with model speed improvement tips * Update FAQ on sampling speed issues * Correct FAQ entry on sampling speed issues * Fix formatting issue in FAQ section of README
1 parent 8bc3446 commit 6be21ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ y_quantiles = y_samples.sample_quantile(q=[0.05, 0.95])
9898

9999
See the documentation for more information on available methods and parameters.
100100

101+
## FAQ:
102+
103+
**Sampling Speed Issues**: Some users have reported slow sampling speeds. If this is your case, you can get significant improvements by reducing either of these two hyper-parameters: `n_estimators` or `early_stopping_rounds`.
104+
101105
---
102106

103107
## Citing Treeffuser

0 commit comments

Comments
 (0)