Skip to main content

Mislabeled samples detection with OP-ELM

Project description

MD-ELM

Detection of originally mislabelled samples in a dataset, with Optimally Pruned Extreme Learning Machine (OP-ELM).

The MDELM function is the core of MD-ELM method, which returns 'likelihood of being a mislabel' score for each sample.

Additional methods are given for running the whole methodology. They generate multiple models, store them in files,
process the models and combine results. Here is an example code to use them:

X,Y = cPickle.load(open("data.pkl","rb"))
mfiles = build_models(X,Y, X.shape[0]/10, k=4, path="./try")

# run all experiments
for data in mfiles:
for elm in data:
run_model(elm)

scores = np.zeros((X.shape[0],))
for data in mfiles:
found = analyze_models(data)
scores[found] += 1
print scores
print "done"

Model files from path="./try" folder can be processed independently with run_model() function on different machines.

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

MD-ELM-0.61.tar.gz (9.6 kB view details)

Uploaded Source

File details

Details for the file MD-ELM-0.61.tar.gz.

File metadata

  • Download URL: MD-ELM-0.61.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for MD-ELM-0.61.tar.gz
Algorithm Hash digest
SHA256 c1fe040c3f850e4a6b715256548a23df52e617e3020c831f803e1fe4fa95d9f6
MD5 51018a56f7511539ff22ace145edf04d
BLAKE2b-256 17058e6f000d65fd81e83a55284e005ca6b227f1aa52872da5f457f113a6bb56

See more details on using hashes here.

Supported by

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