Metadata-Version: 2.1
Name: fastchange
Version: 1.0.2
Summary: Fast change point detection in Python
Author: Jacob Gursky
Author-email: gurskyjacob@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: numba
Provides-Extra: r
Requires-Dist: rpy2 ; extra == 'r'
Provides-Extra: svml
Requires-Dist: icc-rt ; extra == 'svml'

# fastchange: Fast change point detection in Python

Fastchange is a change point detection library that is intended to be extendable, interpretable, and above all else, fast! We acheive this by adhering to the Scikit-learn API and using Numba, a just-in-time compiler that allows developers to write pure Python with NumPy that is then compiled to fast C code. 


# Documentation

All documentation can be found at https://gursky1.github.io/fastchange/


