Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ y_quantiles = y_samples.sample_quantile(q=[0.05, 0.95])

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

## FAQ:

**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`.

---

## Citing Treeffuser
Expand Down