Official Python package implementation of the paper Doubly Structured Data Synthesis for Time-series Energy Use Data
Project description
Doubly Structured Time-series Synthesis (DSTS)
This repository contains the official Python package implementation of Doubly Structured Time-series Synthesis (DSTS).
Installation
You can install the package via pip. Run the following command in your terminal:
pip install DSTS
Usage
Below is a simple example to help you get started with the DSTS package.
Import the package
from DSTS import dsts
Load your dataset
data = ... # Your dataset here
Construct a DSTS model
mixup_model = dsts(sort=True, centering='double')
Fit the model to your data
mixup_model.fit(train_data)
Generate synthetic data
generated_data = mixup_model.generate(aug=1)
License
This project is licensed under the terms of the MIT License.
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 dsts-2.1.2.tar.gz.
File metadata
- Download URL: dsts-2.1.2.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36eae208709c80d4faa0987a50e7ba48037dcfe4908bd10a6c300274f809572b
|
|
| MD5 |
18c3376f43d4a285bc0adb50f692981a
|
|
| BLAKE2b-256 |
4beecc2f4d5e8b663532826f6349cd38bccc043c40b127cbae1985df6233e348
|
File details
Details for the file dsts-2.1.2-py3-none-any.whl.
File metadata
- Download URL: dsts-2.1.2-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d0eda3f483282f83c4cf42455f0a99f618027d58b50e671f4e6a99376c9c31e
|
|
| MD5 |
3f9b4efca3a537f319ccd497459314b3
|
|
| BLAKE2b-256 |
4e7fcfeb6e020ca23f36ad4461bf958b929ca14a0c456f79814789f13d0c6dad
|