WARNING: Work in Progress
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.
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