UBC-MDS / datascience_eda

This package includes functions helping with common tasks during EDA stage of a data science project
MIT License
0 stars 2 forks source link

Change dosctring style to Numpy and add return value for the function #12

Closed lephanthuymai closed 3 years ago

lephanthuymai commented 3 years ago

Hi, I have got early feedback from Tiff on the previous code for initial_clustering function and she recommended always returning some values from the function so I have adjusted the function accordingly. I have also changed the docstring style to NumPy (required by MDS) instead of Google-style as previously. Please review and merge my PR. Thank you. Mai