nc with examples#

Examples related to the nc module.

NumCpp: A Templatized Header Only C++ Library with Implementation of the Python NumPy-Compatible API.

* Author: `David Pilger <dpilger26@gmail.com>`_
* License: MIT

Compilers:

* C++ Standards: C++17 C++20 C++23
* MSVC Visual Studio: 2022
* GCC GNU: 13.3, 14.2
* Clang LLVM: 18, 19
* Boost Versions: 1.73+

.. seealso::
   * https://github.com/dpilger26/NumCpp

import random; random.seed(0)

from scikitplot import nc

print(nc.__doc__)

Total running time of the script: (0 minutes 0.004 seconds)

Related examples

plot_learning_curve with examples

plot_learning_curve with examples

plot_silhouette with examples

plot_silhouette with examples

plot_feature_importances with examples

plot_feature_importances with examples

plot_elbow with examples

plot_elbow with examples

Gallery generated by Sphinx-Gallery