Machine Learning library for time series analysis
Project description
Time Series Analysis
A framework for time-series analysis and features extraction / visualization.
Installation
Create virtual env
We recommend to create virtual env to use the framework. Please visit this page to do so.
Installing the package:
Once you are inside your environment, you can install the command using pip:
pip install -e .[dev]
Ensuring code quality
In order to ensure the best code quality, two tools are available:
Use black
to format code
You can use black
to format the code. Simply run:
black framework
Using flake8
to lint code
You can use flake8
to lint the code. Simply run:
flake8
Documentation
This is Work In Progress
A documentation can be generated automatically from docstrings found in the code. You can try it:
Linux:
cd docs
make html
This will build an HTML documentation inside docs\build
directory.
You can visualize it on http://localhost:8000
running the following command:
cd docs\build
python -m http.server 8000
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
File details
Details for the file tsanalysis-0.1.0.tar.gz
.
File metadata
- Download URL: tsanalysis-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b408b8a81816ef4be219dc988357ab857d97cb5e507b4e0f5d3ed3ed31e3b015
|
|
MD5 |
066ce9a8fbee92cb5e0be62c57fb0964
|
|
BLAKE2b-256 |
7c03a558631d6713a883d6a949189a2a7dfd8f560ea49ab0ffa4a320c6c4d565
|
File details
Details for the file tsanalysis-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: tsanalysis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3487f45a6a074e7f117a8f32b11b6d738dba26df0cb3db9e0c942c631edd603f
|
|
MD5 |
622bbed32266ce1bab729bfd3c55bd82
|
|
BLAKE2b-256 |
98a9d3a111078ff721cb1efa99755cc72caccdf9377506ace2c31280f140c640
|