Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

data_poisoning_detector-0.1.1b4.tar.gz (17.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

data_poisoning_detector-0.1.1b4-py3-none-any.whl (17.8 MB view details)

Uploaded Python 3

File details

Details for the file data_poisoning_detector-0.1.1b4.tar.gz.

File metadata

File hashes

Hashes for data_poisoning_detector-0.1.1b4.tar.gz
Algorithm Hash digest
SHA256 8523363b90891a8013919b3ee39d95003c071ff0fc3dab8861c483cd2705b6b8
MD5 afeae73977645f399207732cdbb980e3
BLAKE2b-256 89486977e4685cce48a4f6abbe470dc484b231203ece3c0242299f443e3091fa

See more details on using hashes here.

File details

Details for the file data_poisoning_detector-0.1.1b4-py3-none-any.whl.

File metadata

File hashes

Hashes for data_poisoning_detector-0.1.1b4-py3-none-any.whl
Algorithm Hash digest
SHA256 408588748ef5a47e9fa8ab1fea6af945ea1e9ca49fc88283e963814671b9a9e5
MD5 e19ac7f69233a1bc2cd3d08ca0f83579
BLAKE2b-256 7f8a1d2417a5e127c49772fbd22b49e70b81942117bee0993c4c89a3493c438f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page