Create, test, and publish forecasting models — or integrate via API.
Initialize new model projects, validate them locally, then publish them to the pd4castr platform from the pd4castr CLI.
$ npm install -g @pd4castr/cli
$ pd4castr login
$ pd4castr init
$ pd4castr publishManage your models and query your model runs via our API with the pd4castr Python SDK.
from pd4castr_api_sdk import Client
client = Client(client_id="...", client_secret="...")
models = client.get_models()
model = client.get_model(model_id=models[0].id)Learn the fundamentals and publish your first model.
Integrate with the pd4castr API using our Python SDK.
Learn the features of pd4castr and how the platform works in detail.
Get up and running with pd4castr in 5 steps