Valentino Constantinou

Results 10 issues of Valentino Constantinou

Any functions with the `@jit` decorator are not read by `pytest-cov` as having been executed despite them running successfully within the unit tests, as they are compiled by numba as...

enhancement
packaging

This feature addresses #36 and adds parallelization to the distance calculation between observations through the optional [Numba](https://numba.pydata.org/) library (which JIT compiles the code for faster run times). While parallelization is...

enhancement
help wanted
on hold
low priority

It may be nice for both developers and users to have a better understanding of how PyNomaly is being used. See the usage charts put out by [seaborn](https://pypistats.org/packages/seaborn).

documentation

Provide parameters in LocalOutlierProbability() and provide data in fit() as opposed to providing data in LocalOutlierProbability() along with params. This is s.t. PyNomaly is more in line with scikit-learn and...

enhancement
packaging

As we get closer to a release of [Python 3.9](https://docs.python.org/3.9/whatsnew/3.9.html), it would be prudent to go ahead and begin testing the new version. Travis CI - the continuous integration service...

on hold
packaging

Could just be loop().fit() (so you can have lof().fit(), etc). E.g. from PyNomaly import loop, loop().fit().

enhancement
packaging

As the current capabilities of PyNomaly are solidified and new capabilities added, it would be beneficial to have dedicated documentation that is hosted and available to users outside of the...

enhancement
documentation

[Latest release on PyPi](https://pypi.org/project/kflash/) is version 0.8.2 while the [releases](https://github.com/kendryte/kflash.py/releases) indicate version 0.9.1 is the latest.

This possibility to be exploded.

enhancement
packaging

Travis CI is no longer free. PyNomaly should be migrated to an alternative continuous integration platform such as Tox or Circle CI.

enhancement
in progress