Skip to main content

Noise Detection and Label Correcting Package

Project description

NoisyDataCleaner

Python classes that identify and correct/remove noise in datasets

These models leverage on monte carlo simulation to approximate the correctness of a given label. The correction of the label builds on from the noise detection model.

Install:

pip install noisydatacleaner

Models:

  1. NoiseRemover Identifies and then removes the noise from the dataset. Random Forest is used for smaller datasets as it yields better results. Whereas for larger datasets, k-Nearest Neighbors is much more efficient.

  2. LabelClassificationCorrector Corrects the labels for classification datasets. Instead of only using 1 model like NoiseRemover, this model uses 5 different models:

models = {
   'Random Forest': RandomForestClassifier(n_estimators=128),
   'Extra Trees': ExtraTreesClassifier(n_estimators=128),
   'Linear Discriminant': LinearDiscriminantAnalysis(),
   'Logistic Regression': LogisticRegression(max_iter=128),
   'Neural Network': MLPClassifier(hidden_layer_sizes=(128,64,32))
}

All of which comes from the sklearn library

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

noisydatacleaner-1.0.5.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

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

noisydatacleaner-1.0.5-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file noisydatacleaner-1.0.5.tar.gz.

File metadata

  • Download URL: noisydatacleaner-1.0.5.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for noisydatacleaner-1.0.5.tar.gz
Algorithm Hash digest
SHA256 b2e293cf4b5378af7dc8c40bf8648f3c7c7cb656e576ad1890b2e71d2420cb10
MD5 0a534c59b68c44ebc0d5476ae384306c
BLAKE2b-256 04346b66520783f6227fb86dda16597b75f1833bbdeb9f78abbffb83dfe10358

See more details on using hashes here.

File details

Details for the file noisydatacleaner-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: noisydatacleaner-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for noisydatacleaner-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 917fae6f86d904396281db45c0e8e7615067ab5fc251c99597ff6a2f10064bcf
MD5 f788c522664b2c747be32c25b8591347
BLAKE2b-256 00540d11d3f37f3362cba45daaf660b1ddcd54dc04e1651091f8033f44a74257

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