Skip to main content
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.

Release files for MD-ELM 0.61

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for MD-ELM 0.61
File Size Uploaded
MD-ELM-0.61.tar.gz 9.6 kB Details

Release files / MD-ELM-0.61.tar.gz

Download URL MD-ELM-0.61.tar.gz
Size 9.6 kB
Tags Source
SHA-256 checksum
How to use checksums
c1fe040c3f850e4a6b715256548a23df52e617e3020c831f803e1fe4fa95d9f6
BLAKE2b-256 checksum
How to use checksums
17058e6f000d65fd81e83a55284e005ca6b227f1aa52872da5f457f113a6bb56
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.61 This release

1 release file

0.42

1 release file

0.41

1 release file

0.6

1 release file

0.5

1 release file

0.4

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page