Skip to main content

Neptune.ai Prophet integration library

Project description

Neptune + Prophet integration

Experiment tracking for Prophet-trained models.

What will you get with this integration?

  • Log, organize, visualize, and compare ML experiments in a single place
  • Monitor model training live
  • Version and query production-ready models and associated metadata (e.g., datasets)
  • Collaborate with the team and across the organization

What will be logged to Neptune?

  • parameters,
  • forecast data frames,
  • residual diagnostic charts,
  • other metadata

image

Resources

Example

Before you start

Installation

# On the command line
pip install neptune-prophet

Logging example

# In Python
import pandas as pd
from prophet import Prophet
import neptune
import neptune.integrations.prophet as npt_utils

# Start a run
run = neptune.init_run(project="common/fbprophet-integration", api_token=neptune.ANONYMOUS_API_TOKEN)

# Load dataset and fit model
dataset = pd.read_csv(
    "https://raw.githubusercontent.com/facebook/prophet/main/examples/example_wp_log_peyton_manning.csv"
)
model = Prophet()
model.fit(dataset)

# Log summary metadata (including model, dataset, forecast and charts)
run["prophet_summary"] = npt_utils.create_summary(model=model, df=df, fcst=forecast)

# Stop the run
run.stop()

Support

If you got stuck or simply want to talk to us, here are your options:

  • Check our FAQ page.
  • You can submit bug reports, feature requests, or contributions directly to the repository.
  • Chat! In the Neptune app, click the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP).
  • You can just shoot us an email at support@neptune.ai.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neptune_prophet-1.0.2.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

neptune_prophet-1.0.2-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file neptune_prophet-1.0.2.tar.gz.

File metadata

  • Download URL: neptune_prophet-1.0.2.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for neptune_prophet-1.0.2.tar.gz
Algorithm Hash digest
SHA256 c1b92319e8592e12c69a3d8115f49d0dc84a42bb0c1077a3aedf29751d2a722a
MD5 bc652b205e8570b59db5afe5290dad75
BLAKE2b-256 64d28bdb4b5fff69f039745b73b93b64d10f5c11b1239be66b21b968af353d83

See more details on using hashes here.

File details

Details for the file neptune_prophet-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for neptune_prophet-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d981c0ed110eb7f22c3e064951a2d55b27f6d65d006a86d7319324f60b314071
MD5 a3703fde63c6810436c0eb4a69ef8032
BLAKE2b-256 5251ff4b2402d0814c7b2c7f8f1ca7093d902564b6e505e79a85363676958bf6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page