A processing package with IR and DM modules
Project description
bm-processing
A Python package providing Information Retrieval (IR) and Data Mining (DM) utilities.
Installation
pip install bm-processing
Usage
from bm_processing.IR.pagerank import run_pagerank
from bm_processing.IR.filter import apply_filter
from bm_processing.IR.pca import run_pca
run_pagerank() # Running PageRank algorithm
apply_filter() # Applying filter to data
run_pca() # Performing PCA transformation
Modules
IR (Information Retrieval)
| Module | Function | Description |
|---|---|---|
pagerank |
run_pagerank() |
Runs the PageRank algorithm |
filter |
apply_filter() |
Applies a filter to data |
pca |
run_pca() |
Performs PCA transformation |
DM (Data Mining)
Coming soon.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bm_processing-0.2.0.tar.gz
(8.3 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
File details
Details for the file bm_processing-0.2.0.tar.gz.
File metadata
- Download URL: bm_processing-0.2.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88e85629b9c60c71a41103ddda5217095e9d60d59b4ca3e47647ef01c1d9345f
|
|
| MD5 |
6e9aa83d2bf622e3f1b777be722f871c
|
|
| BLAKE2b-256 |
a5f0e3613aa5d1b2e261c63ccfe9a176cbde8f70351fb4a9252dd1a74c66dd5c
|
File details
Details for the file bm_processing-0.2.0-py3-none-any.whl.
File metadata
- Download URL: bm_processing-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79f7f715771a3bb4969964da106bf26ba015bfeba22c2064892fb9634ba15282
|
|
| MD5 |
3b0a05d4632a3daaeb9de54d92ba1796
|
|
| BLAKE2b-256 |
cee07c4255056598ddb2d8630d1dfca16dc755002a6c88651257396bad441df3
|