ada-nwobodo / Heart-Disease-Dataset-Clustering

0 stars 0 forks source link

Improvement suggestions #1

Closed janinekhuc closed 3 years ago

janinekhuc commented 3 years ago

Hi Ada,

Looks really good already :) as discussed, hereby are just a few suggestions and thoughts to step up your DS game :)

The thing about data science is not always solely about teh code- it's also a lot about ways of working & reproducibility. Here are some suggestions along this line:

Notebooks are quite commonly used, but should not be the only tool. But as a first step, there are some suggestions to organise notebooks

import glue
print( glue(Median of cumulative cases {median(WHO_COVID19_UK$Cumulative_cases)}))
print( glue(Median of new cases {median(WHO_COVID19_UK$New_cases)}))
print( glue(Median of cumulative deaths {median(WHO_COVID19_UK$Cumulative_deaths)}))

So and here are more data science related suggestions:

Please see the above really just as suggestions :) If anything is unclear, please do let me know, would love to further clarify it!

Cheers, Janine

janinekhuc commented 3 years ago

Oops, wrong repo. Was meant for the prediction project- will change it