British Journal of Research Open Access

  • ISSN: 2394-3718
  • Journal h-index: 8
  • Journal CiteScore: 0.52
  • Journal Impact Factor: 0.45
  • Average acceptance to publication time (5-7 days)
  • Average article processing time (30-45 days) Less than 5 volumes 30 days
    8 - 9 volumes 40 days
    10 and more volumes 45 days
Reach us +32 25889658

Abstract

TIME SERIES FORECASTING & DATA VISUALIZATION

Shaghayegh Jalali

Prophet is a time series library developed by Facebook, which utilizes a Bayesian based curve fitting method to forecast
the time series data. The cool thing about Prophet is that it doesn’t require much prior knowledge or experience of
forecasting time series data since it automatically finds seasonal trends beneath the data and offers a set of ‘easy to
understand’ parameters. Hence, it allows non statisticians to start using it and get reasonably good results that are often
equal or sometimes even better than the ones produced by the experts.
Data visualization is an extremely important part of data analysis. For getting the best result in understanding the hidden
patterns and layers in the data, we need the visualization techniques. With use of statistical graphical techniques we will
explore in different kinds of data, which can help us in effectively interpreting and understanding the data.
We can visualize our raw data in interactive plots or Non-interactive plots. Matplotlib and Seaborn are robust Noninteractive
plotting libraries which allow us to have control over every component of our graph. With these libraries we
can create simple yet powerful visualizations.
Plotly and Bokeh allow us to create interactive, web ready and dynamic plots. They are JavaScript based data visualization
tools and offering to its users a great level of interactivity.