Skip to content

Commit

Permalink
Fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Apr 24, 2024
1 parent 8299a76 commit 399eb37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/augurs-js/src/mstl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use serde::Deserialize;
use tsify::Tsify;
use wasm_bindgen::prelude::*;

// use augurs_core::transform::TransformExt;
use augurs_ets::{trend::AutoETSTrendModel, AutoETS};
use augurs_forecaster::{Forecaster, Transform};
use augurs_mstl::{MSTLModel, TrendModel};
Expand All @@ -26,7 +25,7 @@ impl MSTL {
self.forecaster.fit(y.to_vec()).map_err(|e| e.to_string())?;
Ok(())
}
///

/// Predict the next `horizon` values, optionally including prediction
/// intervals at the given level.
///
Expand Down

0 comments on commit 399eb37

Please sign in to comment.