scikitplot.cexternals#

C-External libraries vendored for high-performance extensions for Scikit-Plots.

This package contains optimized C/C++ and template-based libraries that are bundled with Scikit-Plots to provide fast numerical, geometric, and algorithmic capabilities used in advanced visualization and machine learning workflows.

These modules wrap native backends (e.g. Annoy, NumCpp, F2PY-generated code) through Python extension interfaces to ensure consistent performance and availability across environments, without relying on separate system installs.

User guide. See the C-Externals (experimental) section for further details.

Spotify annoy as submodule.#

High-dimensional Approximate Nearest Neighbors (ANN) queries in C++/Python optimized for memory usage and loading/saving to disk.

Python module (written in C++) for high-dimensional approximate nearest neigbor (ANN) queries. Spotify-Annoy (Approximate Nearest Neighbors Oh Yeah) is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data.

References

User guide. See the Annoy (experimental) section for further details.

annoy

High-dimensional Approximate Nearest Neighbors (ANN) queries in C++/Python optimized for memory usage and loading/saving to disk.

annoy.Annoy

Compiled on GCC.

annoy.AnnoyIndex

alias of Annoy

astropy stats as submodule.#

Astropy is a package intended to contain core functionality and some common tools needed for performing astronomy and astrophysics research with Python. It also provides an index for other astronomy packages and tools for managing them.

Documentation is available in the docstrings and online at https://www.astropy.org/.

User guide. See the Astropy (experimental) section for further details.

_astropy

Astropy is a package intended to contain core functionality and some common tools needed for performing astronomy and astrophysics research with Python.

_astropy.stats

This subpackage contains statistical tools provided for or used by Astropy.

NumPy f2py as submodule.#

Fortran to Python Interface Generator.

Copyright 1999 – 2011 Pearu Peterson all rights reserved. Copyright 2011 – present NumPy Developers. Permission to use, modify, and distribute this software is given under the terms of the NumPy License.

NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.

User guide. See the C-Externals (experimental) section for further details.

_f2py

Fortran to Python Interface Generator.

_f2py.get_include

Return the directory that contains the fortranobject.c and .h files.

NumCpp header’s as submodule.#

User guide. See the NumCpp Header Only C++ (experimental) section for further details.