Skip to main content

TIM Python Client

Project description

TIM Python Client V5

Python SDK to use the V5 Engine of TIM. This include helper methods to:

  • upload a dataset
  • create a forecast with a dataset
  • ...

Usage

Installation

To install package run: pip install tim-client

Initiation

from tim import Tim

client = Tim(email='',password='')

Methods

Tim provides following helper methods:

  • client.upload_dataset
  • client.create_forecast
  • client.execute_forecast
  • client.get_forecast_results
  • client.create_and_execute_forecast
  • client.create_anomaly_detection
  • client.execute_anomaly_detection
  • client.create_and_execute_anomaly_detection
  • client.get_anomaly_detection_results

Error handling

Minimal validation is performed by the tim-client, errors will be raised by the server

Documentation

Full documentation of the API can be found at: https://docs.tangent.works

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

tim_client-0.0.8.tar.gz (30.9 kB view hashes)

Uploaded Source

Built Distribution

tim_client-0.0.8-py3-none-any.whl (19.5 kB view hashes)

Uploaded Python 3

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