pybats
Bayesian time series forecasting and decision analysis
File Explorer
Download Latest Version (.zip)- home_sidebar.yml
- alerts.yml
- definitions.yml
- glossary.yml
- tags.yml
- terms.yml
- topnav.yml
- archive.html
- callout.html
- footer.html
- google_analytics.html
- head.html
- head_print.html
- image.html
- important.html
- initialize_shuffle.html
- inline_image.html
- links.html
- note.html
- search_google_custom.html
- search_simple_jekyll.html
- sidebar.html
- tip.html
- toc.html
- topnav.html
- warning.html
- default.html
- default_print.html
- none.html
- page.html
- page_print.html
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- FontAwesome.otf
- bootstrap.min.css
- boxshadowproperties.css
- customstyles.css
- font-awesome.min.css
- modern-business.css
- printstyles.css
- syntax.css
- theme-blue.css
- theme-green.css
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- FontAwesome.otf
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- company_logo.png
- company_logo_big.png
- doc_example.png
- export_example.png
- favicon.ico
- output_15_0.png
- output_16_0.png
- output_27_0.png
- output_30_0.png
- output_33_0.png
- output_46_0.png
- output_49_0.png
- output_53_0.png
- output_54_0.png
- output_57_0.png
- output_60_1.png
- output_61_0.png
- output_62_0.png
- output_63_1.png
- output_67_0.png
- output_68_0.png
- workflowarrow.png
- customscripts.js
- jekyll-search.js
- jquery.ba-throttle-debounce.min.js
- jquery.navgoco.min.js
- jquery.shuffle.min.js
- toc.js
- LICENSE
- LICENSE-BSD-NAVGOCO.txt
- .gitignore
- _config.yml
- analysis.html
- conjugates.html
- dbcm.html
- dcmm.html
- define_models.html
- dglm.html
- dlmm.html
- feed.xml
- forecast.html
- Gemfile
- Gemfile.lock
- index.html
- latent_factor.html
- latent_factor_fxns.html
- loss_functions.html
- plot.html
- point_forecast.html
- seasonal.html
- shared.html
- sidebar.json
- sitemap.xml
- tooltips.json
- update.html
- Copula Model Simulation Study.ipynb
- DBCM Latent Factor Example.ipynb
- DCMM Latent Factor Example.ipynb
- Poisson_DGLM_In_Depth_Example.ipynb
- sim_study_data
- .gitattributes
- .last_checked
- 00_dglm.ipynb
- 01_update.ipynb
- 02_forecast.ipynb
- 03_define_models.ipynb
- 04_seasonal.ipynb
- 05_analysis.ipynb
- 06_conjugates.ipynb
- 07_point_forecast.ipynb
- 08_loss_functions.ipynb
- 09_plot.ipynb
- 10_shared.ipynb
- 11_dcmm.ipynb
- 12_dbcm.ipynb
- 13_latent_factor.ipynb
- 14_latent_factor_fxns.ipynb
- 15_dlmm.ipynb
- index.ipynb
- bps_agent_dof.csv
- bps_agent_mean.csv
- bps_agent_var.csv
- bps_inflation.csv
- dbcm_latent_factor_data
- dcmm_latent_factor_data
- dlmm_example_data.csv
- interp_beta.pickle.gzip
- interp_gamma.pickle.gzip
- sales.csv
- sim_sales_data
- us_inflation.csv
- __init__.py
- _nbdev.py
- analysis.py
- conjugates.py
- dbcm.py
- dcmm.py
- define_models.py
- dglm.py
- dlmm.py
- forecast.py
- latent_factor.py
- latent_factor_fxns.py
- loss_functions.py
- plot.py
- point_forecast.py
- seasonal.py
- shared.py
- update.py
- update_interpols.py
- .gitconfig
- .gitignore
- CONTRIBUTING.md
- docker-compose.yml
- LICENSE
- Makefile
- MANIFEST.in
- README.md
- settings.ini
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/lavinei/pybats
Downloads the entire project code from GitHub to your computer.
cd pybats
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
$ pip install pybats
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
