A simple package for TSA Practical
Project description
NetBG Package
NetBG is a Python package designed for various data processing and analysis tasks, providing a suite of methods for handling different algorithms and techniques in network analysis, data mining, and more.
Installation
To install the NetBG package, you can use pip:
pip install netbg
Usage
To use the NetBG package, you can import it as follows:
import netbg as ng
Available Methods
The following methods are available in the NetBG package:
- crud() - Perform Create, Read, Update, and Delete operations.
- logistic() - Implement logistic regression for classification tasks.
- pipeline() - Create a processing pipeline for data transformations.
- shingles_word() or shingles_char() - Generate word or character shingles from text.
- minhash() - Perform MinHash for estimating the similarity between datasets.
- minhashpro() - Apply MinHash for k-shingles.
- martin() - Implement the Martin algorithm for network analysis.
- bloom() - Use Bloom filters for probabilistic data structures.
- ams() - Apply Alon-Matias-Szegedy algorithm for frequency estimation.
- bipartite() - Analyze bipartite graphs.
- social() - Implement social network analysis methods.
- pcy() - Use the PCY algorithm for frequent itemset mining.
Example
Here's an example of how to use the social method:
import netbg as ng
# Call the social method
ng.social()
Documentation
For more detailed information on each method, please refer to the official documentation or the source code within the package.
License
This package is licensed under the MIT License. See the LICENSE file for more information.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or suggestions.
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
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 tsacode-0.1.tar.gz.
File metadata
- Download URL: tsacode-0.1.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
404b944dabd122564855bfc44d24e1fc6a9bc267c01c3f183d263e6edf6d8396
|
|
| MD5 |
45cee92e20cc55fa1aa68aae2fa92922
|
|
| BLAKE2b-256 |
0e34097034ac49adb2829582f2ceb035f07193056b36e83e2e3ddb9a01f47110
|
File details
Details for the file tsacode-0.1-py3-none-any.whl.
File metadata
- Download URL: tsacode-0.1-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
025b8895511dbc35e93dae52f094df9c6203f719179804704d894f6b8e3238bd
|
|
| MD5 |
ac8dfec5a1d2b9484547a95694743605
|
|
| BLAKE2b-256 |
f041f5505c11bb14fe9d1beff852fd61190bb65e5c547a7588642743d75fb74e
|