Skip to main content

Python package caerus

Project description

caerus

Python PyPI Version License Downloads Donate

In Greek mythology, Caerus (same as kairos) was the personification of opportunity, luck and favorable moments. He was shown with only one lock of hair. His Roman equivalent was Occasio or Tempus. Caerus was the youngest child of Zeus.

caerus is a python package providing that determines the local-minima with the corresponding local-maxima within the given time-frame. The method is build using a forward rolling window to iteratively evaluate thousands of windows. For each window a score of percentages is computed from the start-to-stop position. The resulting matrix is a [window x length dataframe] for which only the high scoring percentages, e.g. those above a certain value (minperc) are used. The best scoring percentages is then aggregated by sum per time-point followed by a cut using the threshold. The resulting regions are subsequently detected, and represent the starting-locations of the trade. The stop-locations are determined based on the distance and percentage of te start-locations. As an example, if you want to have best regions, use threshold=1, minperc=high and nlargest=1 (small).

Here are just a few of the things that caerus does well: - Ouput contains detected start-stop regions of local minima and maxima. - Figures are created. - Parameter gridsearch. - Designed for the detection of complex trend movements.

Contents

Installation

  • Install caerus from PyPI (recommended). caerus is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows.
  • A new environment can be created as following:
conda create -n env_caerus python=3.7
conda activate env_caerus
pip install caerus
  • Alternatively, install caerus from the GitHub source:
# Directly install from github source
pip install -e git://github.com/erdogant/caerus.git@0.1.0#egg=master
pip install git+https://github.com/erdogant/caerus#egg=master

Import caerus package

from caerus import caerus

Example 1:

cs = caerus()
X = cs.download_example()
cs.fit(X)
cs.plot()

Example 2:

cs = caerus()
X = cs.download_example(name='facebook')
cs.fit(X)
cs.plot()

Example gridsearch:

cs = caerus()
X = cs.download_example(name='facebook')
cs.gridsearch(X)
cs.plot()

# Change some gridsearch parameters
cs.gridsearch(X, window=np.arange(50,550,100), minperc=np.arange(1,20,5))
cs.plot()

Citation

Please cite caerus in your publications if this is useful for your research. Here is an example BibTeX entry:

@misc{erdogant2020caerus,
  title={caerus},
  author={Erdogan Taskesen},
  year={2020},
  howpublished={\url{https://github.com/erdogant/caerus}},
}

References

Maintainer

Erdogan Taskesen, github: [erdogant](https://github.com/erdogant/caerus)
Contributions are welcome.
This work is created and maintained in my free time. If you wish to buy me a <a href="https://erdogant.github.io/donate/?currency=USD&amount=5">Coffee</a> for this work, it is very appreciated.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

caerus-0.1.2.tar.gz (60.7 kB view details)

Uploaded Source

Built Distribution

caerus-0.1.2-py3-none-any.whl (60.4 kB view details)

Uploaded Python 3

File details

Details for the file caerus-0.1.2.tar.gz.

File metadata

  • Download URL: caerus-0.1.2.tar.gz
  • Upload date:
  • Size: 60.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for caerus-0.1.2.tar.gz
Algorithm Hash digest
SHA256 bee78bb1a72ffce55a88bb85f27224a94c80278b1a1e3a29c2a5c12aad95fac4
MD5 042ca9d834687462b4be15e70b351471
BLAKE2b-256 375d7f1404fd3b4b98047d8778a958c1141663b2114203d741395a4a9de9a126

See more details on using hashes here.

File details

Details for the file caerus-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: caerus-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 60.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for caerus-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6a385be9f07f6a3026ac680eff0aa828e192e8362d46156b352bbec0889671d9
MD5 35d2af14658ecaef630649dd7947b4f7
BLAKE2b-256 fe9aaee4b261cb31b1215cac4c47b9b1aa05abea268141d05109e35decb71623

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page