Skip to content

Commit

Permalink
Add note on default uncertainty samples in ProphetForecaster
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Dec 10, 2024
1 parent 4cabe52 commit 78f1b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/augurs-prophet/src/forecaster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ impl ProphetForecaster {
/// # Parameters
///
/// - `opts`: The options to use for fitting the model.
/// Note that `uncertainty_samples` will be set to 1000 if it is 0,
/// to facilitate generating prediction intervals.
/// - `optimizer`: The optimizer to use for fitting the model.
/// - `optimize_opts`: The options to use for optimizing the model.
pub fn new<T: Optimizer + 'static>(
Expand Down

0 comments on commit 78f1b33

Please sign in to comment.