YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Prophet Forecasting Model (v2)
Trained in Google Colab using Meta Prophet.
Performance
- MAE: 1.628
- RMSE: 4.053
Usage
import pickle
from prophet import Prophet
from huggingface_hub import hf_hub_download
# Download model
model_path = hf_hub_download(repo_id="XminorAbi/prophet-forecasting", filename="prophet_model_v2.pkl")
with open(model_path, 'rb') as f:
model = pickle.load(f)
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
