Tangent Works Python Client.
Project description
Tangent Works - Python Client
Tangent Information Modeler is Tangent Works’ automatic model building engine. It is designed specifically for time-series forecasting and anomaly detection.
The Tangent Works Python client introduces an easy and fast way to use Tangent Works in any Python project.
🚀 Features
- 📈 Forecasting
- ⚠️ Anomaly Detection
📦 Installation
Install from PyPI:
pip install tangent-works
⚡ Quick Start
import tangent_works
import pandas as pd
tw = tangent_works.API(token=TANGENT_LICENSE_TOKEN)
configuration = {}
data = pd.read_csv("input.csv")
auto_forecast_response = tw.auto_forecast.run(
configuration=configuration,
dataset=dataset
)
results = auto_forecast_response['results']
print(result)
📖 Documentation
Full documentation is available at:
https://docs.tangent.works/UM/
Documentation includes:
- Installation guide
- Usage examples
- API reference
- Advanced configuration
📄 License
This project is licensed by Tangent Works: Please find the terms of service here: https://www.tangent.works/terms-of-service.
⭐ Support
If you find this project useful, please consider giving it a star on GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tangent_works-1.1.0a2.tar.gz.
File metadata
- Download URL: tangent_works-1.1.0a2.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.3 Linux/6.14.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e66fc69e582f8484b670c92a3bb4bcdf674d38e29d841f33f71add9ef935b22e
|
|
| MD5 |
e4b51b0be15cd0cf9292af2b12f91744
|
|
| BLAKE2b-256 |
149eb26b2c33f5b0437ad1d5da2c0dca5060120c87720f3e3ddc5454690bbc2e
|
File details
Details for the file tangent_works-1.1.0a2-py3-none-any.whl.
File metadata
- Download URL: tangent_works-1.1.0a2-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.3 Linux/6.14.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49ea978a4830612a4fb2670ce98d6b4258da38aa331aa7c684031ec5807c739e
|
|
| MD5 |
43d6d1434fc003035b427d5e7cb773e0
|
|
| BLAKE2b-256 |
c0decabb345f8dee0d95a8c1fa1b3fdd255ffc6d5c286e4a13c8ad1e5e9cbce3
|