Skip to content

Commit

Permalink
Fix incorrect mention of ProphetForecaster in migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Dec 22, 2024
1 parent a112297 commit 789863d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions book/src/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ let model = MSTLModel::new(vec![2], NaiveTrend::new());
let mut forecaster = Forecaster::new(model).with_transformers(transformers);
```

### Prophet

In version 0.8 the `augurs::prophet::Prophet` struct was removed and replaced with the
`augurs::prophet::ProphetForecaster` struct, which is a `Forecaster` implementation that
uses the Prophet model to forecast future values.

## From 0.6 to 0.7

### Prophet
Expand Down

0 comments on commit 789863d

Please sign in to comment.