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.1.0.tar.gz
(2.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
File details
Details for the file bm_processing-0.1.0.tar.gz.
File metadata
- Download URL: bm_processing-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68741323814fea8ea8dac0253ee6a925e99d63cdbcfe62856f0f17a02bc06b1b
|
|
| MD5 |
51d0d801cf518f200e0e742c1ea80666
|
|
| BLAKE2b-256 |
ecedca9f27f4bd515068c7f740a1db823156e1f67de9bd614462793d15eb8f48
|
File details
Details for the file bm_processing-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bm_processing-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
b27ff3676fbeb7f6d9e9b078d1e96ddb8ac7c803ad4dcd1c02b3ac28c5687752
|
|
| MD5 |
45b6b6677d715ddc445120bf509d5c19
|
|
| BLAKE2b-256 |
cc50e80a46afd914a5a86f60a054383d1ec06bf2a0cbdb25aab5621037d2912c
|