/prophecise

A web app that leverages Facebook Prophet to provide analysts and data scientists with the ability to quickly build forecasts.

Primary LanguageJavaScriptMIT LicenseMIT

Prophecise

A web app that leverages Facebook Prophet to create fast and robust time-series forecasts from your Google Analytics data using a simple UI.



What is Prophecise?

Prophecise is an open source Flask web app that enables analysts and data scientists to quickly build accurate forecast models from their Google Analytics data. It builds upon the great work Gareth Cull has been doing with Forecastr. It lets users sign in with their Google Analytics account and pull reports directly into the UI for forecasting. Here's an overview of the data flow:



What is Facebook Prophet?

Prophet is open source software released by Facebook’s Core Data Science team. It is a procedure for forecasting time series data and works best with time series that have strong seasonal effects and several seasons of historical data. It is available for download on CRAN and PyPI.

References

Here are some useful links: