Skip to content
#

arima

Here are 367 public repositories matching this topic...

pmdarima
nicolaschapados
nicolaschapados commented Nov 14, 2021

Is your feature request related to a problem? Please describe.

It would be nice to directly support simulating from a fitted ARIMA model, e.g. to have a simulate method to call that would delegate to statsmodels.tsa.arima.model.ARIMA.simulate. Right now, the only way I found is to use arima_res_ member of the fitted object.

Describe the solution you'd like

Class `pmdarima.arima.ar

Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall

  • Updated Feb 10, 2022
  • Python

next version move to https://github.com/billchen198318/hillfog, bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.

  • Updated Jun 18, 2021
  • Java

Improve this page

Add a description, image, and links to the arima topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the arima topic, visit your repo's landing page and select "manage topics."

Learn more