Please read more about this algorithm in: https://doi.org/10.1016/j.cie.2024.110812.
At the moment, we are working diligently to improve and update SPINEX. Please share your thoughts and suggestions with us.
# Example of using this algorithm
import numpy as np
from spinex_timeseries import SPINEX_Timeseries
# Generate sample data
time = np.linspace(0, 10, 200)
data = np.cos(time) + np.random.normal(0, 0.03, 200)
# Initialize the model
model = SPINEX_Timeseries(data, forecast_horizon=20)
# Make predictions
predictions = model.predict()
print(“Predicted Values:”, predictions)
# Detect anomalies
anomalies, threshold = model.detect_anomalies()
print(“Anomalies Detected:”, anomalies)
# Plot predictions
model.plot_prediction()
Release files for spinex-timeseries 0.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| spinex_timeseries-0.14.tar.gz | 10.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| spinex_timeseries-0.14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.9 kB
Release files / spinex_timeseries-0.14.tar.gz
| Download URL | spinex_timeseries-0.14.tar.gz |
|---|---|
| Size | 10.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e5cd5ca7238ee5fdf77913f6f4c32befc15b80bba7c89725be09d0e4cf2fcf0f
|
|
BLAKE2b-256 checksum How to use checksums |
e9ace0bf40da4334439642a7af1d314ac013276b3cc8c3dbdba21bd9acd73ffc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / spinex_timeseries-0.14-py3-none-any.whl
| Download URL | spinex_timeseries-0.14-py3-none-any.whl |
|---|---|
| Size | 9.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6e6f198601b4584f64023696e0d532fdc73e0e422607a4751f2c2c1e358ff839
|
|
BLAKE2b-256 checksum How to use checksums |
93eb7970714d33d349b4351c9ee483c36f811cb12071accc8f9d23950ffdaaa3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|