Skip to content

TetrahedronAI/circle

CircleML Logo

Circle ML

GitHub Workflow Status (with event) GitHub pull requests GitHub issues Codacy grade Codacy coverage GitHub GitHub stars Ask a Question

CircleML is a Python framework designed to speed up your machine learning workflows.

It's PyPy compatibility may improve performance for some algorithms, however due to the extensive use of NumPy (which runs notoriously slowly in PyPy) it is not always more performant.

Contents

Installation

Run one of the following commands in your terminal.

pip install circleml
py -m pip install circleml # windows
python3 -m pip install circleml # if the above don't work

Releases

No releases published

Packages

No packages published

Languages