Open anupamamurthi opened 2 years ago
Hi, @anupamamurthi. I am new to contributing to open source. I would like to work on this one.
Hi, @anupamamurthi. I've got some troubles implementing this feature. standardize_dataset
returned 0 row but kept the columns.
here is the test result:
expected dataset.X.shape
to be (101766, 48)
actual (0, 48)
I thinks it's because of dropna set to True, but when I changed dropna to False, it returned (101766, 13)
. How do I fix this ?
Potential task check:
dataset location: https://archive.ics.uci.edu/ml/datasets/diabetes+130-us+hospitals+for+years+1999-2008
Potential Tasks: