python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Eliminate hairlines from a vector graphics by converting to oversampled bitmap and then downscaling - How with ImageMagick?
I used Apple Numbers (a Spreadsheet app with styling options) to create a UX flowchart of various user interfaces of an app.
Apple Numbers has a PDF export option.
The problem is that even though s...
porg
Votes: 0
Answers: 1
Multiclass Sampling Strategy
Scenario :
Currently I am working on multiclass classification problem. I have 2 million historical dataset of having 180 classes and need to create model which will predict the classes accurately. I ...
Makarand Rayate
Votes: 0
Answers: 0
oversampling (SMOTE) does not work properly when fitted inside a pipeline
I have an imbalanced classification problem and I am using make_pipeline from imblearn
So the steps are the following:
kf = StratifiedKFold(n_splits=10, random_state=42, shuffle=True)
params = {
'...
xavi
Votes: 0
Answers: 2
SMOTE_NC function in R: error in the ouput
thank you in advance for your time!
I'm having some trouble with the SMOTE_NC function in R (https://rdrr.io/github/dongyuanwu/RSBID/man/SMOTE_NC.html). Shortly, I have a dataset with continuous and c...
Aezhel
Votes: 0
Answers: 1