Prophet: Automatic Forecasting Procedure 자동 예측 프로시져 프로그램 /데이터분석 / 데이터 과학

 

Prophet: Automatic Forecasting Procedure

prophet-master.zip

Build Status

Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.

Prophet is open source software released by Facebook's Core Data Science team. It is available for download on CRAN and PyPI.

Important links

Installation in R

Prophet is a CRAN package so you can use install.packages:

# R
> install.packages('prophet')

After installation, you can get started!

Windows

On Windows, R requires a compiler so you'll need to follow the instructions provided by rstan. The key step is installing Rtools before attempting to install the package.

If you have custom Stan compiler settings, install from source rather than the CRAN binary.

Installation in Python

Prophet is on PyPI, so you can use pip to install it:

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

# bash
$ pip install fbprophet

The major dependency that Prophet has is pystan. PyStan has its own installation instructions. Install pystan with pip before using pip to install fbprophet.

After installation, you can get started!

If you upgrade the version of PyStan installed on your system, you may need to reinstall fbprophet (see here).

Windows

On Windows, PyStan requires a compiler so you'll need to follow the instructions. The key step is installing a recent C++ compiler.

Linux

Make sure compilers (gcc, g++, build-essential) and Python development tools (python-dev, python3-dev) are installed. In Red Hat systems, install the packages gcc64 and gcc64-c++. If you are using a VM, be aware that you will need at least 4GB of memory to install fbprophet, and at least 2GB of memory to use fbprophet.

Anaconda

Use conda install gcc to set up gcc. The easiest way to install Prophet is through conda-forge: conda install -c conda-forge fbprophet.

Changelog

Version 0.3 (2018.06.01)

  • Multiplicative seasonality
  • Cross validation error metrics and visualizations
  • Parameter to set range of potential changepoints
  • Unified Stan model for both trend types
  • Improved future trend uncertainty for sub-daily data
  • Bugfixes

Version 0.2.1 (2017.11.08)

  • Bugfixes

Version 0.2 (2017.09.02)

  • Forecasting with sub-daily data
  • Daily seasonality, and custom seasonalities
  • Extra regressors
  • Access to posterior predictive samples
  • Cross-validation function
  • Saturating minimums
  • Bugfixes

Version 0.1.1 (2017.04.17)

  • Bugfixes
  • New options for detecting yearly and weekly seasonality (now the default)

Version 0.1 (2017.02.23)

  • Initial release

 

[출처] https://github.com/facebook/prophet

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
공지 오라클 기본 샘플 데이터베이스 졸리운_곰 2014.01.02 86314
공지 [SQL컨셉] 서적 "SQL컨셉"의 샘플 데이타 베이스 SAMPLE DATABASE of ORACLE 가을의 곰을... 2013.02.10 78769
공지 [G_SQL] Sample Database 가을의 곰을... 2012.05.20 95521
52 10분 만에 살펴보는 R 기초문법 file 졸리운_곰 2018.12.20 1540
51 R 기술통계 함수 mean(), median(), range(), sd(), var(), min(), max(), IQR(), diff(), length(), rank() file 졸리운_곰 2018.12.20 1507
50 [초보자가이드] 통계언어 R로 하는 웹 스크래핑 / 크롤링 / 데이터 수집 :Beginner’s Guide on Web Scraping in R (using rvest) with hands-on example file 졸리운_곰 2018.12.20 1513
49 [ R Lang] 데이터 유형의 우선순위 졸리운_곰 2018.12.11 1276
48 [ R lang] 데이터 유형 알아내기 졸리운_곰 2018.12.11 928
47 [ R lang] 특수 형테의 데이터 유형 졸리운_곰 2018.12.11 1390
46 Learn R in 15 Minutes file 졸리운_곰 2018.08.14 1595
45 R 프로그래밍 - 한국어 자연어 처리(KoNLP) 패키지 소개 file 졸리운_곰 2018.07.13 1535
44 RStudio Server: 서버 구성과 관리 졸리운_곰 2018.07.09 1143
43 RNN을 이용한 한글 자동 띄어쓰기 졸리운_곰 2018.07.06 1883
42 R로 만들어본 자동 띄어쓰기 알고리즘 졸리운_곰 2018.07.06 1392
41 딥러닝(Deep learning)을 R로 구현하기 – Prediction Model file 졸리운_곰 2018.05.30 1769
40 R로 하는 텍스트마이닝(2016_08_15 대통령 광복절 기념사 분석) file 졸리운_곰 2018.03.17 1272
39 한글 텍스트 마이닝 : Text Mining For Korean 졸리운_곰 2018.03.17 1980
38 R plot으로 그래프 그리기: 점 여러 개 찍기 ๑•‿•๑ file 졸리운_곰 2018.02.21 1810
37 shiny를 통한 R 웹 프로그래밍 file 졸리운_곰 2018.01.22 1401
36 분석언어 R 기초 (KODATA한국 데이터 진흥원) 사이버 교육 file 졸리운_곰 2017.12.29 1387
35 kodb R 데이터 실습 1강 졸리운_곰 2017.12.26 1261
34 [빅데이터 아카데미 사전교육 자료] 분석언어 R 기초 file 졸리운_곰 2017.11.26 1134
33 R 자료들 file 졸리운_곰 2017.11.22 1354
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED