Cython#
Examples related to the cython submodule.
# 💡cython Need cython and setuptools
pip install scikitplot[build] setuptools
# (Recommended)
# !pip install cython setuptools
Multi-file builds: .pxi includes and external headers
Multi-file builds: .pxi includes and external headers
Vector ops without NumPy: array(‘d’) + memoryviews
Vector ops without NumPy: array('d') + memoryviews
Workflow templates (train / hpo / predict) + CLI entry template
Workflow templates (train / hpo / predict) + CLI entry template