Data Poisoning Detection using self-supervised learning techniques
Project description
Status: Beta APIs may change and detection thresholds are still being refined.
This is the python library that can be used for the api requests so that users can call to check for poisons in their own datasets.
Quick Start
from poison_detector import api
#UCI dataset
report = api.analyze('uci', 73)
print(report)
clean_uci_df = api.clean('uci', 73)
#CSV file
report = api.analyze('csv', 'path/to/file/dataset.csv')
print(report)
clean_csv_df = api.clean('csv', 'path/to/file/dataset.csv')
### Supported Sources
- `"uci"` - UCI Machine Learning repository (by dataset ID).
- `"csv"` - Local CSV files.
Change Log
0.1.1b4 (21/01/2026)
- Updated the analyze and clean function to a common function instead of seperate functions for UCI and csv.
0.1.0 (19/01/2026)
- Initial Release
- Fixed issue with calling the model file
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 data_poisoning_detector-0.1.1b4.tar.gz.
File metadata
- Download URL: data_poisoning_detector-0.1.1b4.tar.gz
- Upload date:
- Size: 17.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8523363b90891a8013919b3ee39d95003c071ff0fc3dab8861c483cd2705b6b8
|
|
| MD5 |
afeae73977645f399207732cdbb980e3
|
|
| BLAKE2b-256 |
89486977e4685cce48a4f6abbe470dc484b231203ece3c0242299f443e3091fa
|
File details
Details for the file data_poisoning_detector-0.1.1b4-py3-none-any.whl.
File metadata
- Download URL: data_poisoning_detector-0.1.1b4-py3-none-any.whl
- Upload date:
- Size: 17.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
408588748ef5a47e9fa8ab1fea6af945ea1e9ca49fc88283e963814671b9a9e5
|
|
| MD5 |
e19ac7f69233a1bc2cd3d08ca0f83579
|
|
| BLAKE2b-256 |
7f8a1d2417a5e127c49772fbd22b49e70b81942117bee0993c4c89a3493c438f
|