A collection of data preprocessing, clustering, and machine learning educational tools.
Project description
nurnpy
A Python educational library for data preprocessing, clustering, and classical ML algorithms (Apriori, DBSCAN, etc.).
Installation
pip install nurnpy
Example Usage
from nurnpy import dbscan
data = [[1, 2], [2, 3], [8, 9]]
labels = dbscan(data, eps=2, min_pts=2)
print(labels)
Author
Developed by S P Ecialise Srinivasan
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spenurnpy-0.1.0.tar.gz
(24.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
spenurnpy-0.1.0-py3-none-any.whl
(29.7 kB
view details)
File details
Details for the file spenurnpy-0.1.0.tar.gz.
File metadata
- Download URL: spenurnpy-0.1.0.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a221c81e3e882139f055ff69e848699e22f896a14b1bb8dbf8de9dc1864de49
|
|
| MD5 |
69d82b7ca7b4252e66f871d116cbc0ec
|
|
| BLAKE2b-256 |
55b77b5baf086f061342026f68c059dc39ac83b479e3377016ce744763e7f04b
|
File details
Details for the file spenurnpy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: spenurnpy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 29.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00adf3ba076db3a7dd60a086140e0801de34559f6b02726df1f0cf5025d02645
|
|
| MD5 |
fff92cc2d174e2c2c7075527e4ec5157
|
|
| BLAKE2b-256 |
d8b625900fc771d74ee321a38e8439973299cdb57f88583e3a810622ff6bddd6
|