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.2.tar.gz
(10.5 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.2.tar.gz.
File metadata
- Download URL: bm_processing-0.2.2.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65d4ba4ac49d64184ca8c34ae0c9430f943adc1a1507c0c3c8fe86a9bdaa0254
|
|
| MD5 |
f0d7949f615507ca3a0807a1812c19cc
|
|
| BLAKE2b-256 |
91e961b34ae87e1d141bb0aed3919e3534f53478114d87b9572f9de9950d3c93
|
File details
Details for the file bm_processing-0.2.2-py3-none-any.whl.
File metadata
- Download URL: bm_processing-0.2.2-py3-none-any.whl
- Upload date:
- Size: 12.3 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 |
6670d123a65a86dfc43294511605b292be37b308ebb5ee3e78a4591bc24cd62d
|
|
| MD5 |
d20527765e478703a6bfe6480520959d
|
|
| BLAKE2b-256 |
d7e6b5d572489becb58561b091dc7a2e974577aef65471919adfa15dad3191fa
|