nc (NumCpp)#
Examples relevant to the nc module with _numcpp.
nc is a Python module that provides high-performance numerical functions by exposing the C++ header-only library NumCpp, allowing seamless use of NumPy arrays in Python.
See also
from scikitplot import nc
nc.get_include()
from scikitplot import nc
print(nc.__doc__)
print(nc.dot.__doc__)