Use conda install gcc to set up gcc. The easiest way to install Prophet is through conda-forge: conda install -c conda-forge prophet .
Read moreIs prophet the same as Fbprophet?
The easiest way for projecting your time series data is using a module named Prophet (a.k.a. fbprophet) . 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.21 Ağu 2021
Read more