Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ Khiva provides a mean for time series analytics at scale. These analytics can be

Khiva is inspired by other time series libraries as [tsfresh](https://github.com/blue-yonder/tsfresh), [tslearn](https://github.com/rtavenar/tslearn) and [hctsa](https://github.com/benfulcher/hctsa) among others.

## Khiva Bindings to other languages
- [Python](https://github.com/shapelets/khiva-python)
- [R](https://github.com/shapelets/khiva-r)
- [Matlab](https://github.com/shapelets/khiva-matlab)
- [Ruby](https://github.com/ankane/khiva-ruby)
- [Kotlin](https://github.com/shapelets/khiva-kotlin)
- [Java](https://github.com/shapelets/khiva-java)
- [C#](https://github.com/shapelets/khiva-csharp)

## Other Matrix Profile implementations
- Python implementation developed at Target: [https://github.com/target/matrixprofile-ts](https://github.com/target/matrixprofile-ts)

Expand Down