Skip to content

Commit 5a5ccef

Browse files
authored
Add FAQ section on model speed issues
1 parent 8bc3446 commit 5a5ccef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ 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+
*Question*: I am having issues with the speed of the model. What do I do?
104+
*Answer*: Some users have reported problems with the sampling speed. If, this is your case reduce either of these two hyper-parameters: `n_estimators` or `early_stopping_rounds`.
105+
101106
---
102107

103108
## Citing Treeffuser

0 commit comments

Comments
 (0)