Metadata-Version: 2.1
Name: NonParametricDensity
Version: 0.0.1
Summary: Python module for nonparametric density estimation with GPU support.
Home-page: https://github.com/GrzegorzMika/DensityEstimation/
Author: Grzegorz Mika
Author-email: g.w.mika@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Provides-Extra: gpu_support
Requires-Dist: cupy ; extra == 'gpu_support'


# DensityEstimation
[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
[![Build Status](https://travis-ci.com/GrzegorzMika/DensityEstimation.svg?branch=main)](https://travis-ci.com/GrzegorzMika/DensityEstimation)
[![codecov](https://codecov.io/gh/GrzegorzMika/DensityEstimation/branch/main/graph/badge.svg?token=LY2TCFA7MO)](https://codecov.io/gh/GrzegorzMika/DensityEstimation)

<a href="https://www.buymeacoffee.com/grzegorzm" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

Python module for nonparametric density estimation with optional GPU support.


