Metadata-Version: 2.1
Name: InstanceSelectionDNX
Version: 3.3
Summary: Instance Selection Algorithms.
Home-page: https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods
Download-URL: https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods
Author: Daniel Puente Ramírez
Author-email: dani.pr21@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods/issues
Keywords: Instance Selection,ML,IA
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

![](https://raw.githubusercontent.com/dpr1005/Semisupervised-learning-and-instance-selection-methods/main/branding/is-ssl-2-flatten.png)

---
# Instance Selection Methods
This project has the following algorithms:
- ENN
  - The most pure Wilson Editing,
  - and a modified version to work with self-training in case there are some 
    instances that the author do not want them removed (safe).
- CNN
- RNN
- MSS
- ICF
- LocalSets
  - LSSm
  - LSBo


# Release Notes

See the commit logs at https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods.

