scikitplot.cexternals#

User guide. See the cexternals-index section for further details.

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.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.

References

User guide. See the cexternals-index section for further details.

_f2py.get_include

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

Spotify annoy as submodule.#

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.Annoy

Compiled on GCC.

annoy.AnnoyIndex

alias of Annoy