Metadata-Version: 2.1
Name: mlots
Version: 0.0.3
Summary: Machine Learning Over Time-Series: A toolkit for time-series analysis
Home-page: https://github.com/vivekmahato/mlots
Author: Vivek Mahato
Author-email: vivek.mahato@ucdconnect.ie
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: tslearn
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: annoy
Requires-Dist: hnswlib
Requires-Dist: sortedcollections
Requires-Dist: tqdm

# Machine Learning Over Time-Series (MLOTS)

mlots provides Machine Learning tools for Time-Series Classification.

It can be installed as a python package from the PyPI repository.

## Installation

Install mlots by running:

  ```python
  pip install mlots
  ```

After installation, it can be imported to a python environment to be employed.

   ```python
   import mlots
   ```

## Contribute

- Issue Tracker: https://github.com/vivekmahato/mlots/issues
- Source Code: https://github.com/vivekmahato/mlots

## Support

If you are having issues, please let us know.

## License

The project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 license.


