salvacorts / Spark-INFFC

🐘 Noise filtering method for Spark based on the fusion of classifiers and noise score metrics
Apache License 2.0
0 stars 0 forks source link

Compute Noise Score #5

Closed salvacorts closed 3 years ago

salvacorts commented 3 years ago

For each potentially nosy example identified in the noise-free filtering step, compute its noise score and decide whether to remove it or not from the original trainset.

TODO: Elaborate on how the noise score is computed

If the noise score exceeds a given threshold, the example is eliminated from the original trainset