Metadata-Version: 2.3
Name: ADSoft
Version: 0.0.3
Author-email: ode15s@yandex.ru
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown

Welcome to ADSoft library. 

ADSoft was designed to help all people with analyzing timeseries data and anomaly detection.

Versions history:

v 0.0.1
* added simple functionality
* added LineRegressLags

v 0.0.2
* Added SARIMA model
* Add TrendChange model

v 0.0.3
* add Utils with:
    * TSPlot
    * Seasonal decompose
    * Time series split
