issues
search
shane-kercheval
/
oo-learning
Python machine learning library based on Object Oriented design principles; the goal is to allow users to quickly explore data and search for top machine learning algorithm candidates for a given dataset
MIT License
1
stars
0
forks
source link
Imputation by Group
#9
Closed
shane-kercheval
closed
6 years ago
shane-kercheval
commented
6 years ago
e.g. calculate the median values for each numeric column based on another categorical column (e.g. gender)
so when transforming future dataset, use one median if male and another if female for each column
page
308
, Create dictionary per column per group and then do something similar to
pg 310
308
, Create dictionary per column per group and then do something similar topg 310