pmdarima
1.3.0
  • API Reference
  • Examples
  • User Guide
    • 1. About the project
    • 2. Setup
    • 3. Quickstart
    • 4. Serializing your ARIMA models
    • 5. Refreshing your ARIMA models
    • 6. Tips to using auto_arima
    • 7. Toy time-series datasets
    • 8. Use cases
      • 8.1. Stock Market Prediction
    • 9. Contributing to pmdarima
    • 10. Contributors
    • 11. Citing
  • What's New?
pmdarima
  • Docs »
  • User Guide »
  • Use cases
  • View page source

8. Use casesΒΆ

Here are some easy-to-follow, common use cases for why you might use pmdarima in your forecasting work.


  • 8.1. Stock Market Prediction
    • 8.1.1. Imports & data loading
    • 8.1.2. Data splitting
    • 8.1.3. Pre-modeling analysis
      • 8.1.3.1. Estimating the differencing term
    • 8.1.4. Fitting our model
    • 8.1.5. Updating the model
    • 8.1.6. Viewing forecasts
    • 8.1.7. Conclusion

Next Previous

© Copyright 2017-2019, Taylor G Smith

Built with Sphinx using a theme provided by Read the Docs.