python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to apply a mapper to a specific portion of a column of a panda dataframe?
Basically I am trying to impute some values in a column based on some values in another column. So I am going through the records, where customer is missing, and then trying to impute SALES_LOCATION f...

Ahsanul Haque
Votes: 0
Answers: 1
How to evaluate the effect of different methods of handling missing values?
I am a total beginner and I am trying to compare different methods of handling missing data. In order to evaluate the effect of each method (drop raws with missing values, drop columns with missigness...
Maya
Votes: 0
Answers: 1
Comparing two models with different majority classes
I calculated the accuracy for a model with listwise deletion (0.75) and for a multiple imputation model (0.67).
It seems like the standard model performs better. However, the naive baseline of the sta...
tessa
Votes: 0
Answers: 0
Impute values with MissForest using missingpy for categorical/object variables
I have a truncated df with the following data types:
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 A ...
S44
Votes: 0
Answers: 0