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
    • 9. Contributing to pmdarima
    • 10. Contributors
    • 11. Citing
  • What's New?
pmdarima
  • Docs »
  • User guide: contents
  • View page source

User Guide¶

The following guides cover how to get started with a pmdarima distribution. The easiest solution is simply installing from PyPi, but if you’d like to contribute you’ll need to be able to build from source.


  • 1. About the project
    • 1.1. The name…
    • 1.2. How it works
    • 1.3. Feedback
  • 2. Setup
    • 2.1. Install from PyPi
    • 2.2. Build from source
  • 3. Quickstart
    • 3.1. Auto-ARIMA example
  • 4. Serializing your ARIMA models
  • 5. Refreshing your ARIMA models
    • 5.1. Updating your model with new observations
  • 6. Tips to using auto_arima
    • 6.1. Understand p, d, and q
    • 6.2. Understand P, D, Q and m
    • 6.3. Parallel vs. stepwise
    • 6.4. Pipelining
  • 7. Toy time-series datasets
    • 7.1. Endogenous Datasets
    • 7.2. Exogenous Datasets
  • 8. Use cases
    • 8.1. Stock Market Prediction
  • 9. Contributing to pmdarima
    • 9.1. How to contribute
    • 9.2. Pull Request Checklist
    • 9.3. Filing bugs
  • 10. Contributors
  • 11. Citing

Next Previous

© Copyright 2017-2019, Taylor G Smith

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