You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dataset which contains both numeric and categorical variables. I want to combine oversampling and under-sampling together. SMOTEOMEK is only applicable to pure numeric dataset.
Is this the right approach ? If yes, can i also use other under-samplers in the pipeline ?
The code runs without any error but i want to know the underlying process ?
If this logic is wrong, is there any alternative?
The text was updated successfully, but these errors were encountered:
Sehjbir
changed the title
Combine SMOTENC and TomekLInk together in a pipeline for Mixed Datatype Datasets
Combine SMOTENC and TomekLink together in a pipeline for Mixed Datatype Datasets
May 23, 2024
Sehjbir
changed the title
Combine SMOTENC and TomekLink together in a pipeline for Mixed Datatype Datasets
Combine SMOTENC and TomekLink and Classifier together in a pipeline for Mixed Datatype Datasets
May 23, 2024
Description:
I have a dataset which contains both numeric and categorical variables. I want to combine oversampling and under-sampling together. SMOTEOMEK is only applicable to pure numeric dataset.
Code Snippet:
Questions:
alternative?
The text was updated successfully, but these errors were encountered: