Handling Imbalanced Data in Classification Problems leaf node


URI

https://openalex.org/T11652

Label

Handling Imbalanced Data in Classification Problems

Description

This cluster of papers focuses on the challenges and techniques for handling imbalanced data in classification problems. It covers methods such as SMOTE, ROC analysis, cost-sensitive learning, ensemble methods, and their applications in fraud detection. The cluster also discusses the use of precision-recall and boosting algorithms, as well as the effectiveness of random forest in addressing imbalanced datasets.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T11652> a skos:Concept ;
    rdfs:label "Handling Imbalanced Data in Classification Problems"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Imbalanced_learning>,
        <https://openalex.org/T11652> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers focuses on the challenges and techniques for handling imbalanced data in classification problems. It covers methods such as SMOTE, ROC analysis, cost-sensitive learning, ensemble methods, and their applications in fraud detection. The cluster also discusses the use of precision-recall and boosting algorithms, as well as the effectiveness of random forest in addressing imbalanced datasets."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Handling Imbalanced Data in Classification Problems"@en ;
    openalex:cited_by_count 441675 ;
    openalex:works_count 19713 .